chore: update Dockerfile to specify adduser version

This commit is contained in:
Josh Jacobs
2025-10-26 16:54:31 +00:00
parent afd5d5e7ae
commit e02ffe1f36

View File

@@ -25,6 +25,7 @@ RUN mkdir /app
WORKDIR /app
COPY --from=stage zerotier-one.deb .
RUN apt-get update -qq && apt-get install -qq --no-install-recommends -y \
adduser=3.152 \
procps=2:4.0.4-9 \
iptables=1.8.11-2 \
openssl=3.5.1-1 \