these deps need to go here instead
All checks were successful
build and push / build (push) Successful in 1m56s
All checks were successful
build and push / build (push) Successful in 1m56s
Signed-off-by: Ava Affine <ava@sunnypup.io>
This commit is contained in:
parent
40478898ff
commit
5b27e62c85
1 changed files with 3 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ FROM php:7.4.33-fpm-alpine3.16 AS build
|
||||||
|
|
||||||
RUN apk update \
|
RUN apk update \
|
||||||
&& apk add --no-cache libpng-dev libzmq zeromq-dev git \
|
&& apk add --no-cache libpng-dev libzmq zeromq-dev git \
|
||||||
$PHPIZE_DEPS git composer nodejs npm \
|
$PHPIZE_DEPS \
|
||||||
&& docker-php-ext-install gd && docker-php-ext-install pdo_mysql && \
|
&& docker-php-ext-install gd && docker-php-ext-install pdo_mysql && \
|
||||||
pecl install redis && docker-php-ext-enable redis
|
pecl install redis && docker-php-ext-enable redis
|
||||||
|
|
||||||
|
|
@ -26,7 +26,8 @@ RUN composer install
|
||||||
FROM trafex/alpine-nginx-php7:ba1dd422
|
FROM trafex/alpine-nginx-php7:ba1dd422
|
||||||
|
|
||||||
RUN apk update && apk add --no-cache busybox-suid sudo php7-redis php7-pdo php7-pdo_mysql \
|
RUN apk update && apk add --no-cache busybox-suid sudo php7-redis php7-pdo php7-pdo_mysql \
|
||||||
php7-fileinfo php7-event shadow gettext bash apache2-utils logrotate ca-certificates
|
php7-fileinfo php7-event shadow gettext bash apache2-utils logrotate ca-certificates \
|
||||||
|
git npm nodejs composer
|
||||||
|
|
||||||
# fix expired DST Cert
|
# fix expired DST Cert
|
||||||
RUN sed -i '/^mozilla\/DST_Root_CA_X3.crt$/ s/^/!/' /etc/ca-certificates.conf \
|
RUN sed -i '/^mozilla\/DST_Root_CA_X3.crt$/ s/^/!/' /etc/ca-certificates.conf \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue