mirror of
https://github.com/containers/podman.git
synced 2025-06-17 06:57:43 +08:00
Fix Dockerfile
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -12,7 +12,7 @@ COPY . $GOSRC
|
||||
# Install packages from dependencies.txt, ignoring commented lines
|
||||
# Note: adding conmon and crun so podman command checks will work
|
||||
RUN dnf -y install \
|
||||
$(grep "^[^#]" $GOSRC/contrib/dependencies.txt) diffutils containers-common fuse-overlayfs conmon crun runc --exclude container-selinux \
|
||||
$(grep "^[^#]" $GOSRC/contrib/dependencies.txt) diffutils containers-common fuse-overlayfs conmon crun runc --exclude container-selinux; \
|
||||
sed -i -e 's|^#mount_program|mount_program|g' /etc/containers/storage.conf \
|
||||
&& dnf clean all
|
||||
|
||||
|
Reference in New Issue
Block a user