diff --git a/Dockerfile b/Dockerfile index 26017b2..b4acd05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ +FROM alpine:3.11 + ARG USER=toruser ARG UID=1000 -FROM alpine:3.11 - RUN apk add --no-cache tor RUN adduser \