Upgrade static-web image to alpine 3.7 (httpd 2.4.29 from .27)
built as quay.io/perl/static-web:v1.1.0
This commit is contained in:
parent
b68aa19dc4
commit
d15d7c6234
@ -1,9 +1,10 @@
|
|||||||
FROM quay.io/perl/base-os:v3.2
|
FROM quay.io/perl/base-os:v3.3
|
||||||
USER root
|
USER root
|
||||||
WORKDIR /web
|
WORKDIR /web
|
||||||
VOLUME /git
|
VOLUME /git
|
||||||
VOLUME /web/config
|
VOLUME /web/config
|
||||||
RUN apk update; apk add apache2 apache2-utils apache2-proxy apache2-ssl
|
RUN apk --no-cache upgrade
|
||||||
|
RUN apk --no-cache add apache2 apache2-utils apache2-proxy apache2-ssl
|
||||||
RUN mkdir /run/apache2; chown apache /run/apache2
|
RUN mkdir /run/apache2; chown apache /run/apache2
|
||||||
RUN mv /etc/apache2/conf.d/proxy.conf /etc/apache2/conf.d/proxy.conf.disabled
|
RUN mv /etc/apache2/conf.d/proxy.conf /etc/apache2/conf.d/proxy.conf.disabled
|
||||||
RUN ln -s /dev/stderr /var/log/apache2/error.log
|
RUN ln -s /dev/stderr /var/log/apache2/error.log
|
||||||
|
Loading…
Reference in New Issue
Block a user