We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c4677 commit 64b428eCopy full SHA for 64b428e
1 file changed
Dockerfile.tor-onionbalance-manager
@@ -15,14 +15,13 @@ FROM docker.io/library/alpine:3.17.2
15
16
ARG OB_VERSION="0.2.2"
17
18
-RUN apk add --no-cache --update \
+RUN apk add --update \
19
git=2.38.5-r0 \
20
py3-cryptography=38.0.3-r1 \
21
py3-pip=22.3.1-r1 \
22
py3-pycryptodomex=3.15.0-r0 \
23
py3-setproctitle=1.3.1-r0 \
24
py3-wheel=0.38.4-r0 \
25
- python3=3.10.12-r0 \
26
&& python3 -m pip install --no-cache-dir git+https://gitlab.torproject.org/tpo/core/onionbalance.git@${OB_VERSION}
27
28
WORKDIR /app
0 commit comments