Add wget to allow download of translations on first start

This commit is contained in:
Jan Dittberner 2021-08-27 18:00:13 +02:00 committed by Jan Dittberner
parent 0857806acf
commit dbb500f8e8

View file

@ -35,6 +35,7 @@ RUN apt-get update \
php5-recode \ php5-recode \
psmisc \ psmisc \
wamerican \ wamerican \
wget \
whois \ whois \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \