Browse Source

fix: dev: [Dockerfile] need to fix ``cryptography`` package to avoid compilation issue.

Signed-off-by: Valentin Lab <valentin.lab@kalysto.org>
master 1.5.4
Valentin Lab 3 years ago
parent
commit
0bf93fd118
  1. 4
      Dockerfile

4
Dockerfile

@ -61,8 +61,8 @@ RUN apk add yaml-dev cython cython-dev && \
RUN pip install crudini
RUN apk add libffi-dev openssl-dev && \
pip install pip==19.3.1 cffi==1.12.3 \
git+https://github.com/0k/compose@run_ignore_orphans
pip install pip==19.3.1 cffi==1.12.3 pyrsistent==0.16.0 docker==4.3.0 cryptography==3.0 \
git+https://github.com/0k/compose@run_ignore_orphans
# docker-compose==$DOCKER_COMPOSE_VERSION
# pip install git+https://github.com/vaab/colour@master

Loading…
Cancel
Save