- remove php 73 containers

* remove nodejs install from src builds
* fix composer auth secret path links
This commit is contained in:
2023-05-08 22:06:12 +03:00
parent 38cb19818a
commit fc044a1185
15 changed files with 34 additions and 367 deletions

View File

@ -1,7 +0,0 @@
# syntax = edrevo/dockerfile-plus
FROM php:7.3-fpm
INCLUDE+ ./php.base.Dockerfile
RUN docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ --with-webp-dir=/usr/include/ \
&& docker-php-ext-install -j$(nproc) gd