Skip to content

Commit

Permalink
fix(deps): add missing podman package (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
gofrolist authored Oct 14, 2021
1 parent 006715f commit 295fc3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ ARG PACKAGES="\
docker=20.10.9-r0 \
git=2.32.0-r0 \
openssh-client=8.6_p1-r3 \
podman=3.2.3-r1 \
"

RUN apk add --update --no-cache ${PACKAGES} && \
Expand Down

0 comments on commit 295fc3a

Please sign in to comment.