build-configs(update)

This commit is contained in:
Oliver Davies 2023-10-08 17:33:06 +01:00
parent 96b6360abb
commit aed20d0aa7
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View file

@ -35,5 +35,6 @@ web/themes/contrib/
web/update.php web/update.php
web/web.config web/web.config
# Docker.
.env .env
docker-compose.override.yaml docker-compose.override.yaml

View file

@ -29,6 +29,8 @@ USER root
RUN apt-get update -yqq \ RUN apt-get update -yqq \
&& apt-get install -yqq --no-install-recommends \ && apt-get install -yqq --no-install-recommends \
git libpng-dev libjpeg-dev libzip-dev mariadb-client unzip git libpng-dev libjpeg-dev libzip-dev mariadb-client unzip
&& rm -rf /var/lib/apt/lists/* /usr/share/doc /usr/share/man \
&& apt-get clean
RUN docker-php-ext-configure gd --with-jpeg RUN docker-php-ext-configure gd --with-jpeg