Skip to content

Commit

Permalink
Add packages required by podman
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-z committed Feb 17, 2024
1 parent cd6ac00 commit 79410a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ RUN apt-get update -y \
rsync \
openssh-client \
podman \
# required by podman
slirp4netns \
# required by podman rootless
uidmap \
&& rm -rf /var/lib/apt/lists/*

# Download latest git-lfs version
Expand Down

0 comments on commit 79410a5

Please sign in to comment.