updated to php 8.4

This commit is contained in:
2026-05-15 20:11:18 -05:00
parent 47be7feea4
commit b13dceaeb5
2 changed files with 3 additions and 3 deletions
+2 -1
View File
@@ -2,12 +2,13 @@ FROM alpine:3.21
WORKDIR /var/www/html/4get
RUN apk update && apk upgrade
RUN apk add php apache2-ssl php84-fileinfo php84-openssl php84-iconv php84-common php84-dom php84-sodium php84-curl curl php84-pecl-apcu php84-apache2 imagemagick php84-pecl-imagick php84-mbstring imagemagick-webp imagemagick-jpeg libstdc++
RUN apk add php84 apache2-ssl php84-fileinfo php84-openssl php84-iconv php84-common php84-dom php84-sodium php84-curl curl php84-pecl-apcu php84-apache2 imagemagick php84-pecl-imagick php84-mbstring imagemagick-webp imagemagick-jpeg libstdc++
COPY . .
RUN mv ./shared_objects/libcurl-impersonate.so /usr/local/lib
RUN chmod 777 /var/www/html/4get/icons
RUN ln -s /usr/bin/php84 /usr/bin/php
EXPOSE 80
EXPOSE 443