Skip to content

Commit

Permalink
fix: fixed python version breaks tor-onionbalance-manager dependencie…
Browse files Browse the repository at this point in the history
…s install
  • Loading branch information
bugfest committed Aug 28, 2023
1 parent 34c4677 commit 64b428e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.tor-onionbalance-manager
Expand Up @@ -15,14 +15,13 @@ FROM docker.io/library/alpine:3.17.2

ARG OB_VERSION="0.2.2"

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

WORKDIR /app
Expand Down

0 comments on commit 64b428e

Please sign in to comment.