From 0bf93fd118e06c11fa8a11487c74a95ec5adf2b1 Mon Sep 17 00:00:00 2001 From: Valentin Lab Date: Wed, 9 Dec 2020 10:53:12 +0100 Subject: [PATCH] fix: dev: [Dockerfile] need to fix ``cryptography`` package to avoid compilation issue. Signed-off-by: Valentin Lab --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f53a266..b6ebe2e 100644 --- a/Dockerfile +++ b/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