diff --git a/Dockerfile b/Dockerfile index 4a825ef..1e5732c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG DOKUWIKI_VERSION="2020-07-29" ARG DOKUWIKI_MD5="8867b6a5d71ecb5203402fe5e8fa18c9" FROM crazymax/yasu:latest AS yasu -FROM crazymax/alpine-s6:3.12-2.1.0.2 +FROM crazymax/alpine-s6:3.14-2.2.0.3 COPY --from=yasu / / RUN apk --update --no-cache add \ @@ -17,13 +17,13 @@ RUN apk --update --no-cache add \ php7-curl \ php7-fpm \ php7-gd \ - php7-imagick \ php7-json \ php7-ldap \ php7-mbstring \ php7-openssl \ php7-pdo \ php7-pdo_sqlite \ + php7-pecl-imagick \ php7-session \ php7-simplexml \ php7-sqlite3 \ diff --git a/README.md b/README.md index 9d901ee..88f25d6 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,6 @@ Image: crazymax/dokuwiki:latest - linux/arm/v6 - linux/arm/v7 - linux/arm64 - - linux/386 - linux/ppc64le - linux/s390x ``` diff --git a/docker-bake.hcl b/docker-bake.hcl index 73384ea..b196bec 100644 --- a/docker-bake.hcl +++ b/docker-bake.hcl @@ -28,7 +28,6 @@ target "image-all" { "linux/arm/v6", "linux/arm/v7", "linux/arm64", - "linux/386", "linux/ppc64le", "linux/s390x" ]