Fix build and dependencies

master
Carlos Gomes 2024-06-17 19:53:42 +02:00
rodzic 578a8ee491
commit 93fdc78458
Nie znaleziono w bazie danych klucza dla tego podpisu
2 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -43,7 +43,6 @@ RUN \
php${PHP_VERSION}-cli \ php${PHP_VERSION}-cli \
php${PHP_VERSION}-common \ php${PHP_VERSION}-common \
php${PHP_VERSION}-curl \ php${PHP_VERSION}-curl \
php${PHP_VERSION}-json \
php${PHP_VERSION}-mbstring \ php${PHP_VERSION}-mbstring \
php${PHP_VERSION}-mysql \ php${PHP_VERSION}-mysql \
php${PHP_VERSION}-sqlite3 \ php${PHP_VERSION}-sqlite3 \

Wyświetl plik

@ -4,7 +4,7 @@ TARGET=Dockerfile
build_8: build_8:
docker pull $(IMAGE):php8 || true; \ docker pull $(IMAGE):php8 || true; \
docker buildx build --rm . \ docker buildx build --rm . \
--load --load \
-f $(TARGET) \ -f $(TARGET) \
-t $(IMAGE):latest \ -t $(IMAGE):latest \
-t $(IMAGE):php8 -t $(IMAGE):php8