Docker Build
Budget: $15 – $25 USD
I need help fixing the error I am getting after running the following command:
docker build . --target composer_base
The DockerFile is attached
executor failed running [/bin/sh -c addgroup -S composer && adduser -S composer -G composer && chown -R composer /opt/apps/laravel-in-kubernetes && apk add --virtual build-dependencies --no-cache ${PHPIZE_DEPS} openssl ca-certificates
libxml2-dev oniguruma-dev && docker-php-ext-install -j$(nproc) ${PHP_EXTS} && pecl install ${PHP_PECL_EXTS} && docker-php-ext-enable ${PHP_PECL_EXTS} && apk del build-dependencies]: exit code: 1
docker build . --target composer_base
The DockerFile is attached
executor failed running [/bin/sh -c addgroup -S composer && adduser -S composer -G composer && chown -R composer /opt/apps/laravel-in-kubernetes && apk add --virtual build-dependencies --no-cache ${PHPIZE_DEPS} openssl ca-certificates
libxml2-dev oniguruma-dev && docker-php-ext-install -j$(nproc) ${PHP_EXTS} && pecl install ${PHP_PECL_EXTS} && docker-php-ext-enable ${PHP_PECL_EXTS} && apk del build-dependencies]: exit code: 1