Add bubblewrap to the container

This commit is contained in:
Ashwin Bharambe 2024-09-05 16:45:58 -07:00
parent f6b5e394ab
commit dd1e1ceb13

View file

@ -48,6 +48,7 @@ RUN apt-get update && apt-get install -y \
curl wget telnet \ curl wget telnet \
procps psmisc lsof \ procps psmisc lsof \
traceroute \ traceroute \
bubblewrap \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
EOF EOF