Merge pull request #17 from Exonical/python3

Fix Maintainer Deprecation
This commit is contained in:
Michael (Parker) Parker 2018-07-13 18:52:30 -04:00 committed by GitHub
commit 47f1c87452
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
MAINTAINER Michael Parker, <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