This commit is contained in:
Exonical 2018-07-13 16:42:38 -04:00 committed by GitHub
parent c4375a68c4
commit 175fa9372b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@
# ---------------------------------- # ----------------------------------
FROM python:3.6-alpine3.7 FROM python:3.6-alpine3.7
LABEL auhtor="Michael Parker" maintainer="docker@parkervcp.com" LABEL author="Michael Parker" maintainer="docker@parkervcp.com"
RUN apk add --no-cache --update \ RUN apk add --no-cache --update \
&& adduser -D -h /home/container container && adduser -D -h /home/container container