Skip to content

Commit e46e333

Browse files
committed
Add bubblewrap to base image apt packages
1 parent 3a15491 commit e46e333

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN apt-get update && \
3232
docker-buildx-plugin docker-compose-plugin dtach file git gnupg \
3333
htop iproute2 iputils-ping jq less locales lsb-release lsof \
3434
man-db openssh-client pipx pkg-config procps python3 python3-pip rsync strace \
35-
sudo systemd systemd-sysv tar tree unzip vim wget && \
35+
sudo systemd systemd-sysv tar tree unzip vim wget bubblewrap && \
3636
rm -rf /var/lib/apt/lists/*
3737

3838
# Pre-populate system known_hosts for common git forges so SSH clones don't

0 commit comments

Comments
 (0)