Skip to content

Commit

Permalink
fix commend endline
Browse files Browse the repository at this point in the history
  • Loading branch information
deronsmith committed Mar 27, 2024
1 parent 2d3378e commit 34916b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/flask/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV APP_USER=www-data

RUN apk add python3-dev libffi-dev build-base linux-headers pcre-dev mariadb-dev
RUN apk update && \
apk upgrade --available \
apk upgrade --available

# Install uWSGI
RUN pip install uwsgi
Expand Down

0 comments on commit 34916b7

Please sign in to comment.