Skip to content

Commit

Permalink
add podman
Browse files Browse the repository at this point in the history
  • Loading branch information
gnmahanth committed Oct 19, 2022
1 parent fc1a84f commit bbc861d
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 @@ -22,7 +22,7 @@ LABEL deepfence.role=system

ENV MGMT_CONSOLE_URL=deepfence-internal-router \
MGMT_CONSOLE_PORT=443
RUN apk update && apk add --no-cache --upgrade curl tar libstdc++ libgcc docker skopeo python3 py3-pip bash \
RUN apk update && apk add --no-cache --upgrade curl tar libstdc++ libgcc docker skopeo python3 py3-pip bash podman \
&& apk add hyperscan --repository=https://dl-cdn.alpinelinux.org/alpine/v3.13/community \
&& curl -fsSLOk https://github.com/containerd/nerdctl/releases/download/v0.23.0/nerdctl-0.23.0-linux-amd64.tar.gz \
&& tar Cxzvvf /usr/local/bin nerdctl-0.23.0-linux-amd64.tar.gz \
Expand Down

0 comments on commit bbc861d

Please sign in to comment.