add env and clean old apps

add env and clean old apps
This commit is contained in:
jnfire
2022-07-29 10:59:09 +02:00
parent 400d0f1b9c
commit e51406e31a
20 changed files with 177 additions and 132 deletions

View File

@ -19,6 +19,7 @@ RUN apt install -y build-essential python3-dev libpq-dev python3-pip gettext
# install dependencies
RUN pip3 install --upgrade pip
# install basic dependencies
COPY ./requirements.txt .
RUN pip3 install -r requirements.txt