Skip to content

Commit ef4fcc9

Browse files
committed
Add missing gettext dependency
1 parent 492df68 commit ef4fcc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY ./cgi-bin/ /usr/local/apache2/cgi-bin/
1212
COPY ./config/ /usr/local/apache2/config/
1313

1414
WORKDIR /usr/local/apache2/config/
15-
RUN apt-get install -y make && make update-mo && make install
15+
RUN apt-get install -y make gettext && make update-mo && make install
1616
WORKDIR /usr/local/apache2/
1717

1818
# Set permissions to www-data, there's seems to be no other way to do that

0 commit comments

Comments
 (0)