File tree Expand file tree Collapse file tree 6 files changed +18
-0
lines changed Expand file tree Collapse file tree 6 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ ENV COMPOSER_VERSION 1.6.5
12
12
# https://github.com/wimg/PHPCompatibility/releases
13
13
ENV PHP_COMPATIBILITY_VERSION 8.1.0
14
14
15
+ RUN usermod -u 501 www-data
16
+ RUN usermod -G staff www-data
17
+
15
18
COPY override.ini /usr/local/etc/php/conf.d/
16
19
17
20
COPY . /tmp/.
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ ENV COMPOSER_VERSION 1.6.5
12
12
# https://github.com/wimg/PHPCompatibility/releases
13
13
ENV PHP_COMPATIBILITY_VERSION 8.1.0
14
14
15
+ RUN usermod -u 501 www-data
16
+ RUN usermod -G staff www-data
17
+
15
18
COPY override.ini /usr/local/etc/php/conf.d/
16
19
17
20
COPY . /tmp/.
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ ENV COMPOSER_VERSION 1.6.5
12
12
# https://github.com/wimg/PHPCompatibility/releases
13
13
ENV PHP_COMPATIBILITY_VERSION 8.1.0
14
14
15
+ RUN usermod -u 501 www-data
16
+ RUN usermod -G staff www-data
17
+
15
18
COPY override.ini /usr/local/etc/php/conf.d/
16
19
17
20
COPY . /tmp/.
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ ENV COMPOSER_VERSION 1.6.5
12
12
# https://github.com/wimg/PHPCompatibility/releases
13
13
ENV PHP_COMPATIBILITY_VERSION 8.1.0
14
14
15
+ RUN usermod -u 501 www-data
16
+ RUN usermod -G staff www-data
17
+
15
18
COPY override.ini /usr/local/etc/php/conf.d/
16
19
17
20
COPY . /tmp/.
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ ENV COMPOSER_VERSION 1.6.5
12
12
# https://github.com/wimg/PHPCompatibility/releases
13
13
ENV PHP_COMPATIBILITY_VERSION 8.1.0
14
14
15
+ RUN usermod -u 501 www-data
16
+ RUN usermod -G staff www-data
17
+
15
18
COPY override.ini /usr/local/etc/php/conf.d/
16
19
17
20
COPY . /tmp/.
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ ENV COMPOSER_VERSION 1.6.5
12
12
# https://github.com/wimg/PHPCompatibility/releases
13
13
ENV PHP_COMPATIBILITY_VERSION 8.1.0
14
14
15
+ RUN usermod -u 501 www-data
16
+ RUN usermod -G staff www-data
17
+
15
18
COPY override.ini /usr/local/etc/php/conf.d/
16
19
17
20
COPY . /tmp/.
You can’t perform that action at this time.
0 commit comments