We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
gettext
1 parent 492df68 commit ef4fcc9Copy full SHA for ef4fcc9
Dockerfile
@@ -12,7 +12,7 @@ COPY ./cgi-bin/ /usr/local/apache2/cgi-bin/
12
COPY ./config/ /usr/local/apache2/config/
13
14
WORKDIR /usr/local/apache2/config/
15
-RUN apt-get install -y make && make update-mo && make install
+RUN apt-get install -y make gettext && make update-mo && make install
16
WORKDIR /usr/local/apache2/
17
18
# Set permissions to www-data, there's seems to be no other way to do that
0 commit comments