Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
xenatisch committed Apr 2, 2022
1 parent 9c61ad3 commit 2539211
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,8 @@ RUN apt update && \
# Installing Python requirements
COPY ./requirements.txt $_INSTALLATION/requirements.txt

RUN python3 -m pip install --no-cache-dir -U pip && \
python3 -m pip install --no-cache-dir setuptools && \
python3 -m pip install -U --no-cache-dir -r $_INSTALLATION/requirements.txt
RUN pip install --no-cache-dir -U pip setuptools wheel && \
pip install -U --no-cache-dir -r $_INSTALLATION/requirements.txt

# Nginx configurations
COPY server/nginx/base.nginx $_NGINX_BASE_PATH/nginx.conf
Expand Down

0 comments on commit 2539211

Please sign in to comment.