updaate python3-wheel

This commit is contained in:
joseelinchevalay 2020-03-18 14:14:53 +01:00
parent e4a34db411
commit 79173ac78e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ COPY ./process-likes-g1tx.sh /usr/bin/process-likes-g1tx
COPY ./secret2dunikey.sh /usr/bin/secret2dunikey
RUN apt-get update -y && \
apt-get install build-essential=12.8 python3-pip=18.1-5 python3-setuptools=44.0.0-1 python3-wheel=0.33.6-2 libsodium-dev=1.0.18-1 jq=1.6-1 make=4.2.1-1.2 git=1:2.25.1-1 gcc=4:9.2.1-3.1 base58=1.0.3-1 -y && \
apt-get install build-essential=12.8 python3-pip=18.1-5 python3-setuptools=44.0.0-1 python3-wheel=0.33.6-3 libsodium-dev=1.0.18-1 jq=1.6-1 make=4.2.1-1.2 git=1:2.25.1-1 gcc=4:9.2.1-3.1 base58=1.0.3-1 -y && \
chmod +x /usr/bin/secret2dunikey /usr/bin/process-likes-g1tx /usr/bin/key_create_dunikey&& \
pip3 install duniterpy==0.56.0 silkaj==0.7.6 && \
apt-get clean && \