Skip to content
1 change: 1 addition & 0 deletions Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
iproute2=6.1.0-3 \
iptables=1.8.9-2 \
libcap2-bin=1:2.66-4+deb12u2+b2 \
procps=2:4.0.2-3 \
&& rm -rf /var/lib/apt/lists/*

# gosu for privilege separation (gateway vs sandbox user).
Expand Down
Loading