From 8cc8df899e621e65fcfaf6903d4d6a659c9ed6aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 3 Apr 2020 19:58:29 +0200 Subject: [PATCH] fix: DockerFile -> 3.7 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8173310d..a464fb0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ENV LANG=C.UTF-8 RUN apt-get update RUN apt-get -y upgrade -RUN apt-get -y install wget python3.7-pip git python3.7-venv +RUN apt-get -y install wget python3.7-dev git python3.7-venv python3-pip RUN pip3 install poetry WORKDIR lookyloo