aboutsummaryrefslogtreecommitdiffstats
path: root/docker/app/alpine/3.7/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/app/alpine/3.7/Dockerfile')
-rw-r--r--docker/app/alpine/3.7/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/app/alpine/3.7/Dockerfile b/docker/app/alpine/3.7/Dockerfile
index ece51045..cbbdac28 100644
--- a/docker/app/alpine/3.7/Dockerfile
+++ b/docker/app/alpine/3.7/Dockerfile
@@ -3,8 +3,8 @@ FROM python:3.7-alpine
ARG EXTRAS=deploy
RUN adduser \
- --disabled-login \
- --no-create-home \
+ -D \
+ -H \
pysite
RUN apk add --no-cache --virtual build \