kopia lustrzana https://github.com/carlos-algms/composer-and-node-ci
Fix build and dependencies
rodzic
578a8ee491
commit
93fdc78458
|
@ -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 \
|
||||||
|
|
2
Makefile
2
Makefile
|
@ -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
|
||||||
|
|
Ładowanie…
Reference in New Issue