add env and clean old apps
add env and clean old apps
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user