build-configs(update)
This commit is contained in:
parent
e0bc7d544e
commit
8115bc3dd1
11 changed files with 14 additions and 12 deletions
|
@ -1,4 +1,4 @@
|
|||
# Do not edit this file. It is automatically generated by https://oliverdavies.dev/build-configs.
|
||||
# Do not edit this file. It is automatically generated by https://www.oliverdavies.uk/build-configs.
|
||||
|
||||
FROM php:8.1-fpm-bullseye AS base
|
||||
|
||||
|
@ -28,7 +28,7 @@ USER root
|
|||
|
||||
RUN apt-get update -yqq \
|
||||
&& apt-get install -yqq --no-install-recommends \
|
||||
git libjpeg-dev libpng-dev libzip-dev mariadb-client unzip
|
||||
git libpng-dev libjpeg-dev libzip-dev mariadb-client unzip
|
||||
|
||||
RUN docker-php-ext-configure gd --with-jpeg
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue