mirror of
https://github.com/MrUnknownDE/tor-relay-docker.git
synced 2026-04-18 06:13:52 +02:00
feat(dockerfile): simplified RUN statement
This commit is contained in:
@@ -7,9 +7,7 @@ ENV XDG_DATA_HOME="/config" \
|
||||
XDG_CONFIG_HOME="/config"
|
||||
ENV TZ America/Los_Angeles
|
||||
|
||||
RUN apk update &&\
|
||||
apk --no-cache add bash tzdata tor=0.4.7.13-r0 &&\
|
||||
rm -rf /etc/apk/cache
|
||||
RUN apk --no-cache add bash tzdata tor=0.4.7.13-r0
|
||||
|
||||
EXPOSE 9001 9030
|
||||
|
||||
|
||||
Reference in New Issue
Block a user