Skip to content

Commit

Permalink
Enable rootless docker in cloudshell
Browse files Browse the repository at this point in the history
Add packages to support rootless docker in cloudshell

Signed-off-by: Kartik Joshi <[email protected]>
  • Loading branch information
kartikjoshi21 committed Oct 15, 2024
1 parent cbb6603 commit 925c7b4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions linux/base.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,13 @@ RUN tdnf update -y --refresh && \
gh \
redis \
cpio \
moby-engine \
moby-cli \
moby-containerd \
moby-runc \
moby-buildx \
fuse-overlayfs \
slirp4netns \
gettext && \
tdnf clean all && \
rm -rf /var/cache/tdnf/* && \
Expand Down

0 comments on commit 925c7b4

Please sign in to comment.