Compare commits
No commits in common. "c828623a2abc9bc169fe889594bfc4ab229aa06d" and "b54b1394bad4d95c5b3e2129b7a72265b78c08b7" have entirely different histories.
c828623a2a
...
b54b1394ba
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ FROM base-${ARCH}
|
|||
|
||||
RUN adduser -D -h /usr/local/tor -s /bin/false tor tor && \
|
||||
apk upgrade --no-cache && apk add \
|
||||
curl="7.79.0-r0" \
|
||||
curl="7.78.0-r0" \
|
||||
tor="0.4.5.10-r0" && \
|
||||
rm -f /var/cache/apk/* && \
|
||||
mkdir /web && \
|
||||
|
|
Reference in a new issue