Skip to content

Commit

Permalink
downgrade Docker container to python:3.8 add make automake g++ subver…
Browse files Browse the repository at this point in the history
…sion python3-dev
  • Loading branch information
Tkd-Alex committed Apr 2, 2022
1 parent 4eff2fa commit 3cb9e22
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get install -qq -y --fix-missing --no-ins
zlib1g-dev \
libjpeg-dev \
libssl-dev \
make \
automake \
g++ \
subversion \
python3-dev \
&& if [ "${BUILDX_QEMU_ENV}" = "true" ] && [ "$(getconf LONG_BIT)" = "32" ]; then \
pip install -U cryptography==3.3.2; \
fi \
Expand Down

0 comments on commit 3cb9e22

Please sign in to comment.