Add gettext-base for envsubst
This commit is contained in:
parent
c6a7c2cab2
commit
7a5e1de241
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ RUN php -r "if (hash_file('sha384', 'composer-setup.php') === 'dac665fdc30fdd8ec
|
|||
RUN php composer-setup.php
|
||||
RUN php -r "unlink('composer-setup.php');"
|
||||
RUN mv composer.phar /usr/local/bin/composer
|
||||
RUN apt-get update -yqq && apt-get install -yqq git zip unzip 7zip libzip-dev rsync && rm -rf /var/lib/apt/lists/*
|
||||
RUN apt-get update -yqq && apt-get install -yqq git gettext-base zip unzip 7zip libzip-dev rsync && rm -rf /var/lib/apt/lists/*
|
||||
RUN mv /usr/local/etc/php/php.ini-development /usr/local/etc/php/php.ini
|
||||
#RUN docker-php-ext-install zip
|
||||
|
||||
|
|
Loading…
Reference in a new issue