build-configs(update)

This commit is contained in:
Oliver Davies 2023-06-05 23:02:34 +01:00
parent 62e2f728e9
commit dec4fb0aa5
3 changed files with 9 additions and 2 deletions

View file

@ -25,9 +25,12 @@ FROM base AS build
USER root 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 libzip-dev mariadb-client unzip git libjpeg-dev libpng-dev libzip-dev mariadb-client unzip
RUN docker-php-ext-configure gd --with-jpeg
RUN docker-php-ext-install gd pdo_mysql zip RUN docker-php-ext-install gd pdo_mysql zip

View file

@ -38,7 +38,7 @@ services:
profiles: [web] profiles: [web]
php: php:
<<: *default-app <<: [, *default-app]
build: build:
context: . context: .
target: build target: build

View file

@ -0,0 +1,4 @@
# Do not edit this file. It is automatically generated by https://oliverdavies.dev/build-configs.
max_vars_input = 1000
memory_limit = 128M