From 5653b075f204ee6ad99487a077c6a68dfef0defc Mon Sep 17 00:00:00 2001 From: John D Date: Thu, 26 Aug 2021 07:41:12 -0700 Subject: [PATCH] Fixing Releaes --- podman-update/build/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman-update/build/Dockerfile b/podman-update/build/Dockerfile index 9968b3c..1517db4 100644 --- a/podman-update/build/Dockerfile +++ b/podman-update/build/Dockerfile @@ -31,6 +31,6 @@ COPY seccomp.json /tmp/install/usr/share/containers/ COPY containers.conf /tmp/install/etc/containers/ RUN cp /podman-$PODMAN_VERSION /tmp/install/usr/bin/podman && cp /runc-$RUNC_VERSION /tmp/install/usr/bin/runc && cp /conmon-$CONMON_VERSION /tmp/install/usr/libexec/podman/conmon WORKDIR /tmp/install -zip -r /tmp/release/podman-install.zip * +RUN zip -r /tmp/release/podman-install.zip *