From 7218b85ca21b349459607abc710bb155a6418e6b Mon Sep 17 00:00:00 2001 From: RouteTable Date: Wed, 31 Jan 2024 02:08:40 -0600 Subject: [PATCH 1/2] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7f7e771..9b2a071 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest +FROM arm64v8/alpine:3.14 MAINTAINER Etopian Inc. From 92222e78089ab91b6a3887a388030e645fd75788 Mon Sep 17 00:00:00 2001 From: RouteTable Date: Wed, 31 Jan 2024 02:24:06 -0600 Subject: [PATCH 2/2] Update Dockerfile --- Dockerfile | 68 +++++++++++++++++++++++++++--------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9b2a071..3160f61 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,40 +37,40 @@ RUN apk update \ tar \ musl \ ca-certificates \ - php81-apcu \ - php81-dev \ - php81-bcmath \ - php81-fpm \ - php81-ctype \ - php81-curl \ - php81-dom \ - php81-gd \ - php81-gettext \ - php81-gmp \ - php81-iconv \ - php81-intl \ - php81-json \ - php81-mysqli \ - php81-openssl \ - php81-opcache \ - php81-pdo \ - php81-pdo_mysql \ - php81-pear \ - php81-pgsql \ - php81-phar \ - php81-exif \ - php81-xmlreader \ - php81-xml \ - php81-xsl \ - php81-dom \ - php81-zip \ - php81-dev \ - php81-mbstring \ - php81-session \ - php81-apcu \ - php81-simplexml \ - php81-sodium \ - php81-zlib \ + php8-apcu \ + php8-dev \ + php8-bcmath \ + php8-fpm \ + php8-ctype \ + php8-curl \ + php8-dom \ + php8-gd \ + php8-gettext \ + php8-gmp \ + php8-iconv \ + php8-intl \ + php8-json \ + php8-mysqli \ + php8-openssl \ + php8-opcache \ + php8-pdo \ + php8-pdo_mysql \ + php8-pear \ + php8-pgsql \ + php8-phar \ + php8-exif \ + phpp-xmlreader \ + php8-xml \ + php8-xsl \ + php8-dom \ + php8-zip \ + php8-dev \ + php8-mbstring \ + php8-session \ + php8-apcu \ + php8-simplexml \ + php8-sodium \ + php8-zlib \ build-base && \ rm -rf /etc/nginx/* && \ mkdir /etc/logrotate.docker.d && \