Skip to content

Commit

Permalink
improve a bit more with design and usablility
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Werner committed Nov 11, 2023
1 parent 4984218 commit 745f251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY requirements.prod /app/
# Install system dependencies
RUN pip3 install --upgrade pip
RUN pip3 install uwsgi
RUN RUN apt-get update && apt install -y python3-dev
RUN apt-get update && apt install -y python3-dev
RUN --mount=type=cache,target=/root/.cache/pip3 pip3 install --no-cache-dir -r requirements.prod
RUN apt-get purge -y --auto-remove gcc
RUN apt install
Expand Down

0 comments on commit 745f251

Please sign in to comment.