Skip to content

Commit 64b428e

Browse files
committed
fix: fixed python version breaks tor-onionbalance-manager dependencies install
1 parent 34c4677 commit 64b428e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile.tor-onionbalance-manager

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@ FROM docker.io/library/alpine:3.17.2
1515

1616
ARG OB_VERSION="0.2.2"
1717

18-
RUN apk add --no-cache --update \
18+
RUN apk add --update \
1919
git=2.38.5-r0 \
2020
py3-cryptography=38.0.3-r1 \
2121
py3-pip=22.3.1-r1 \
2222
py3-pycryptodomex=3.15.0-r0 \
2323
py3-setproctitle=1.3.1-r0 \
2424
py3-wheel=0.38.4-r0 \
25-
python3=3.10.12-r0 \
2625
&& python3 -m pip install --no-cache-dir git+https://gitlab.torproject.org/tpo/core/onionbalance.git@${OB_VERSION}
2726

2827
WORKDIR /app

0 commit comments

Comments
 (0)