diff --git a/Dockerfile b/Dockerfile index 0c5fdfe..eb32969 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,3 +6,4 @@ RUN apk update && \ apk --no-cache add ca-certificates && \ apk --no-cache add wget && \ sed -i '/password/{s/$/ minlen=8/}' /etc/pam.d/base-password +USER node