From 5b0413909f2f897d19d921eb53a5ebf7ea2e06ad Mon Sep 17 00:00:00 2001 From: Martijn Date: Sun, 7 Jan 2024 16:37:40 +0100 Subject: [PATCH] phpize83 --- alpine-nginx-snappymail-php8/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alpine-nginx-snappymail-php8/Dockerfile b/alpine-nginx-snappymail-php8/Dockerfile index d5f86e8..0795ebf 100644 --- a/alpine-nginx-snappymail-php8/Dockerfile +++ b/alpine-nginx-snappymail-php8/Dockerfile @@ -12,7 +12,7 @@ RUN set -xe && apk --quiet --no-cache --repository=http://dl-cdn.alpinelinux.org php83-phar php83-sqlite3 sqlite-libs php83-mbstring php83-pecl-apcu php83-intl gpgme && rm /data/web -fr && mkdir /data/web /snappymail && cd /data/web && \ curl -L https://github.com/the-djmaze/snappymail/releases/download/v${SNAPPYMAIL_VERSION}/snappymail-${SNAPPYMAIL_VERSION}.tar.gz | tar zx -C /data/web && \ chown www-data:www-data /data/web -R && rm -fr /data/web/data && git clone --recursive https://github.com/php-gnupg/php-gnupg.git /tmp/php-gnupg && \ - cd /tmp/php-gnupg && phpize8 && ./configure --with-php-config=/usr/bin/php-config8 && make && make install && rm -fr /tmp/php-gnupg && \ + cd /tmp/php-gnupg && phpize83 && ./configure --with-php-config=/usr/bin/php-config8 && make && make install && rm -fr /tmp/php-gnupg && \ apk del --quiet --no-cache --purge .build-deps && apk del --quiet --no-cache --purge && \ rm -rf /var/cache/apk/*