Fixed typo
This commit is contained in:
parent
6b7507eb71
commit
41ef8f8e92
@ -7,7 +7,7 @@ ENV LANG='en_US.UTF-8' \
|
||||
LANGUAGE='en_US.UTF-8'
|
||||
|
||||
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 && \
|
||||
mkdir /data
|
||||
|
||||
Loading…
Reference in New Issue
Block a user