We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1e239 commit ef007b4Copy full SHA for ef007b4
fpm-alpine/8.3/dockerfile
@@ -6,7 +6,8 @@ LABEL maintainer="Kazem Mirzaei <[email protected]>" \
6
# Use non-root user for production
7
ARG USER=www
8
ARG GROUP=www
9
-ENV USER=${USER} GROUP=${GROUP} TZ=UTC
+
10
+USER root
11
12
# Install runtime and build dependencies
13
RUN apk update && apk upgrade && apk add --no-cache \
0 commit comments