Fabian Peter Hammerle
2022-05-29 08:52:31 +02:00
parent d97f1e5c4f
commit f753dce80e
+1 -1
View File
@@ -2,7 +2,7 @@ FROM docker.io/alpine:3.16.0
# nftables + dependencies add 2.3MB to image
ARG TOR_PACKAGE_VERSION=0.4.7.7-r1
ARG NFTABLES_PACKAGE_VERSION=1.0.1-r0
ARG NFTABLES_PACKAGE_VERSION=1.0.2-r1
RUN apk add --no-cache \
nftables=$NFTABLES_PACKAGE_VERSION \
tor=$TOR_PACKAGE_VERSION