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
1 changed files with 1 additions and 0 deletions

View File

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