fix: Missing dep in the docker image

pull/67/head
Raphaël Vinot 2020-01-21 17:47:50 +01:00
parent 94495afefb
commit 5566443888
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 update
RUN apt-get -y upgrade RUN apt-get -y upgrade
RUN apt-get -y install wget python3-pip nodejs git RUN apt-get -y install wget python3-pip nodejs git python3-venv
RUN pip3 install poetry RUN pip3 install poetry
WORKDIR lookyloo WORKDIR lookyloo