|
|
@@ -1,4 +1,4 @@
|
|
|
-FROM alpine:3.16
|
|
|
+FROM alpine:3.17
|
|
|
|
|
|
ENV TZ UTC
|
|
|
SHELL ["/bin/ash", "-eo", "pipefail", "-c"]
|
|
|
@@ -18,8 +18,7 @@ RUN rm -f /etc/apache2/conf.d/languages.conf /etc/apache2/conf.d/info.conf \
|
|
|
sed -r -i "/^\s*(CustomLog|ErrorLog|Listen) /s/^/#/" \
|
|
|
/etc/apache2/httpd.conf
|
|
|
|
|
|
-RUN addgroup developer && \
|
|
|
- adduser --ingroup developer --disabled-password developer && \
|
|
|
+RUN adduser --ingroup www-data --disabled-password developer && \
|
|
|
echo "developer ALL=(ALL) NOPASSWD: ALL" > /etc/sudoers.d/developer
|
|
|
|
|
|
ENV COPY_LOG_TO_SYSLOG On
|