Fixed upgrade
This commit is contained in:
parent
f50565c0f8
commit
41e913a3c2
@ -8,7 +8,7 @@ ENV LANG='en_US.UTF-8' \
|
||||
FLASK_APP=/data/app-dev/app.py
|
||||
|
||||
RUN apk update && \
|
||||
apk -U upgrade --ignore aline-baselayout && \
|
||||
apk -U upgrade --ignore alpine-baselayout && \
|
||||
apk -U add python3 gcc py3-pip python3-dev musl-dev libffi-dev git && \
|
||||
adduser -D python
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user