fix: DockerFile -> 3.7

pull/79/head
Raphaël Vinot 2020-04-03 19:58:29 +02:00
parent bc8ad0e758
commit 8cc8df899e
1 changed files with 1 additions and 1 deletions

View File

@ -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