Skip to content

Commit

Permalink
ci: add envsubst
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Nov 24, 2023
1 parent bf0e15d commit c64a3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY --from=mlocati/php-extension-installer /usr/bin/install-php-extensions /usr
COPY --from=composer/composer:2-bin /composer /usr/bin/composer

RUN apt-get update \
&& apt-get install --no-install-recommends -y git unzip \
&& apt-get install --no-install-recommends -y git unzip gettext-base \
&& IPE_GD_WITHOUTAVIF=1 install-php-extensions bcmath gd intl mysqli pdo_mysql sockets bz2 soap zip gmp pcntl redis imagick xsl calendar amqp \
&& apt-get autoremove -y \
&& apt-get clean -y \
Expand Down

0 comments on commit c64a3b9

Please sign in to comment.