diff --git a/Dockerfile b/Dockerfile index 7f7e771..3160f61 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:latest +FROM arm64v8/alpine:3.14 MAINTAINER Etopian Inc. @@ -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 && \