Skip to content

Commit

Permalink
Podmand seccomp default fix
Browse files Browse the repository at this point in the history
Signed-off-by: Bala Raman <[email protected]>
  • Loading branch information
srbala committed Jun 4, 2021
1 parent 108fcbf commit 0fa362c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ RUN set -ex; \
echo 'podman:100000:65536' > /etc/subuid; \
echo 'podman:100000:65536' > /etc/subgid; \
ln -s /usr/local/bin/podman /usr/bin/docker; \
mkdir -p /podman/.local/share/containers/storage /var/lib/containers/storage; /usr/share/containers; \
mkdir -p /podman/.local/share/containers/storage /var/lib/containers/storage /usr/share/containers; \
wget -O /usr/share/containers/seccomp.json https://src.fedoraproject.org/rpms/containers-common/raw/rawhide/f/seccomp.json ; \
chown -R podman:podman /podman; \
mkdir -m1777 /.local /.config /.cache; \
Expand Down

0 comments on commit 0fa362c

Please sign in to comment.