Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand All @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ Image: crazymax/dokuwiki:latest
- linux/arm/v6
- linux/arm/v7
- linux/arm64
- linux/386
- linux/ppc64le
- linux/s390x
```
Expand Down
1 change: 0 additions & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ target "image-all" {
"linux/arm/v6",
"linux/arm/v7",
"linux/arm64",
"linux/386",
"linux/ppc64le",
"linux/s390x"
]
Expand Down