updated Dockerfile
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Samuel Philipp 2021-01-27 23:41:37 +01:00
parent 6408742619
commit 7af351c8d0

View file

@ -5,7 +5,7 @@ FROM arm64v8/alpine:3.12.3@sha256:549694ea68340c26d1d85c00039aa11ad835be279bfd47
FROM base-${ARCH}
RUN adduser -D -h /usr/local/tor -s /bin/false tor tor && \
apk update && apk upgrade && apk add \
apk upgrade --no-cache && apk add \
curl="7.69.1-r3" \
tor="0.4.3.7-r0" && \
rm -f /var/cache/apk/* && \