We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a15491 commit e46e333Copy full SHA for e46e333
1 file changed
src/base/Dockerfile
@@ -32,7 +32,7 @@ RUN apt-get update && \
32
docker-buildx-plugin docker-compose-plugin dtach file git gnupg \
33
htop iproute2 iputils-ping jq less locales lsb-release lsof \
34
man-db openssh-client pipx pkg-config procps python3 python3-pip rsync strace \
35
- sudo systemd systemd-sysv tar tree unzip vim wget && \
+ sudo systemd systemd-sysv tar tree unzip vim wget bubblewrap && \
36
rm -rf /var/lib/apt/lists/*
37
38
# Pre-populate system known_hosts for common git forges so SSH clones don't
0 commit comments