From 5566443888b45c0d3f819f1c3a44ad6f798f23b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Tue, 21 Jan 2020 17:47:50 +0100 Subject: [PATCH] fix: Missing dep in the docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 27b8c6bd..c34f217c 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-pip nodejs git +RUN apt-get -y install wget python3-pip nodejs git python3-venv RUN pip3 install poetry WORKDIR lookyloo