We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf5e17f commit 8535889Copy full SHA for 8535889
Dockerfile
@@ -8,7 +8,7 @@ ARG PCRE_VERSION=pcre2-10.45
8
ARG ZLIB_VERSION=v1.3.1
9
10
RUN set -ex \
11
-&& addgroup --gid 101 -S freenginx && adduser -S freenginx -s /sbin/nologin -G freenginx --uid 101 --no-create-home \
+&& addgroup --system --gid 101 freenginx && adduser --disabled-password --shell /bin/false --ingroup freenginx --uid 101 --no-create-home freenginx \
12
&& apk -U upgrade && apk add --no-cache \
13
gcc \
14
make \
0 commit comments