File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 3838 - name : Build the php-fpm dev container and push to GitHub Packages
3939 uses : docker/build-push-action@v2
4040 with :
41- tags : ghcr.io/openconext/openconext-containers/openconext-phpfpm-dev:latest
41+ tags : ghcr.io/openconext/openconext-containers/openconext-phpfpm-dev:81
4242 context : docker/php-fpm/
4343 target : fpmdev
4444 push : true
Original file line number Diff line number Diff line change 1- FROM php:7.2 -fpm-alpine AS fpmprod
1+ FROM php:8.1 -fpm-alpine AS fpmprod
22RUN apk add --no-cache libxml2-dev freetype-dev && \
33 docker-php-ext-install soap gd pdo_mysql opcache
44
@@ -12,8 +12,6 @@ COPY ./conf/xdebug.ini /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
1212RUN apk --update --no-cache add git npm yarn autoconf g++ make && \
1313 docker-php-ext-install exif && \
1414 pecl install -f xdebug && \
15- pecl install -f apcu && \
16- pecl install -f apcu_bc && \
17- docker-php-ext-enable xdebug apcu apc && \
15+ docker-php-ext-enable xdebug && \
1816 apk del --purge autoconf g++ make
1917CMD ["/usr/local/sbin/php-fpm" , "-F" ]
You can’t perform that action at this time.
0 commit comments