fix: Make python as python3 in docker

pull/251/head
Raphaël Vinot 2021-08-24 18:50:05 +02:00
parent c732e38395
commit d8416f0f47
1 changed files with 2 additions and 2 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-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
@ -22,4 +22,4 @@ RUN mkdir cache user_agents scraped
RUN poetry install
RUN echo LOOKYLOO_HOME="'`pwd`'" > .env
RUN poetry run tools/3rdparty.py
RUN poetry run tools/3rdparty.py