Install more stuff

This commit is contained in:
Owen Schwartz
2024-09-29 15:22:09 -04:00
parent d63ab8336e
commit 0afc01627b
2 changed files with 1 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o /gerbil
# Start a new stage from scratch
FROM ubuntu:22.04 AS runner
RUN apt-get update && apt-get install -y nftables && apt-get clean
RUN apt-get update && apt-get install -y nftables iproute2 wireguard && apt-get clean
WORKDIR /root/