mirror of https://github.com/CIRCL/lookyloo
fix: Make python as python3 in docker
parent
c732e38395
commit
d8416f0f47
|
@ -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-dev git python3-venv python3-pip
|
||||
RUN apt-get -y install wget python3-dev git python3-venv python3-pip python-is-python3
|
||||
RUN pip3 install poetry
|
||||
|
||||
WORKDIR lookyloo
|
||||
|
|
Loading…
Reference in New Issue