Add wget to allow download of translations on first start
This commit is contained in:
parent
0857806acf
commit
dbb500f8e8
1 changed files with 1 additions and 0 deletions
|
@ -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/* \
|
||||||
|
|
Loading…
Reference in a new issue