feat: refs #7022 Changes
This commit is contained in:
parent
a6ca532bf3
commit
ebdf01b7b0
|
@ -4,7 +4,7 @@ RUN apt-get update \
|
||||||
&& apt-get install -y curl libcgi-pm-perl \
|
&& apt-get install -y curl libcgi-pm-perl \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
COPY www/rwmap.pl /usr/local/bin/
|
COPY rwmap.pl /usr/local/bin/
|
||||||
RUN chmod +x /usr/local/bin/rwmap.pl
|
RUN chmod +x /usr/local/bin/rwmap.pl
|
||||||
|
|
||||||
RUN echo "IncludeOptional conf.d/*.conf" >> conf/httpd.conf
|
RUN echo "IncludeOptional conf.d/*.conf" >> conf/httpd.conf
|
||||||
|
|
Loading…
Reference in New Issue