File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM httpd:2.4.59
22
33RUN apt-get update
44RUN apt-get install -y libcgi-pm-perl libcapture-tiny-perl libdatetime-perl libcapture-tiny-perl libgeo-ip-perl
5- RUN apt-get install -y libjson-xs-perl libintl-perl libxml-rss-perl libdatetime-format-strptime-perl
5+ RUN apt-get install -y libjson-xs-perl libintl-perl libxml-rss-perl libdatetime-format-strptime-perl make gettext
66
77COPY ./httpd.conf /usr/local/apache2/conf/httpd.conf-extra
88RUN cat /usr/local/apache2/conf/httpd.conf-extra >> /usr/local/apache2/conf/httpd.conf
@@ -12,7 +12,7 @@ COPY ./cgi-bin/ /usr/local/apache2/cgi-bin/
1212COPY ./config/ /usr/local/apache2/config/
1313
1414WORKDIR /usr/local/apache2/config/
15- RUN apt-get install -y make gettext && make update-mo && make install
15+ RUN make update-mo && make install
1616WORKDIR /usr/local/apache2/
1717
1818# Set permissions to www-data, there's seems to be no other way to do that
You can’t perform that action at this time.
0 commit comments