Skip to content

Commit

Permalink
Update Dockerfilex86
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasky authored Jun 25, 2022
1 parent 6700dd8 commit 061da7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfilex86
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ RUN git clone --branch ${PODMAN_VERSION} https://github.com/containers/podman /r
WORKDIR /root/go/src/github.com/containers/podman
RUN make install.tools
RUN set -ex; \
make install.libseccomp.sudo ;\
CGO_ENABLED=0 make bin/rootlessport BUILDFLAGS='-ldflags "-s -w -extldflags '-static'"' ; \
mv bin/rootlessport /usr/local/bin/rootlessport;\
make bin/podman LDFLAGS_PODMAN="-s -w -extldflags '-static'" BUILDTAGS='seccomp selinux apparmor exclude_graphdriver_devicemapper containers_image_ostree_stub containers_image_openpgp'; \
Expand Down

0 comments on commit 061da7d

Please sign in to comment.