Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
20a5c7cdaa | |||
fc0b8cfbea | |||
5a064a882a | |||
b2369ba59c | |||
e6b4191542 |
@@ -1,11 +1,11 @@
|
|||||||
FROM harbor.ntppool.org/perlorg/base-os:3.17.3
|
FROM harbor.ntppool.org/perlorg/base-os:3.22.0
|
||||||
ENV BUILD_VERSION 1
|
ENV BUILD_VERSION 1
|
||||||
USER root
|
USER root
|
||||||
WORKDIR /web
|
WORKDIR /web
|
||||||
VOLUME /git
|
VOLUME /git
|
||||||
VOLUME /web/config
|
VOLUME /web/config
|
||||||
RUN apk --no-cache upgrade
|
RUN apk --no-cache upgrade
|
||||||
RUN apk --no-cache add apache2 apache2-utils apache2-proxy apache2-ssl apr-util-dbd_sqlite3 sqlite
|
RUN apk --no-cache add apache2 apache2-utils apache2-proxy apache2-http2 apache2-brotli apache2-ssl apr-util-dbd_sqlite3 sqlite
|
||||||
#RUN mkdir /run/apache2; chown apache:apache /run/apache2
|
#RUN mkdir /run/apache2; chown apache: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
|
||||||
|
Reference in New Issue
Block a user