File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ RUN apk add --no-cache \
7
7
# BusyBox sed is not sufficient for some of our sed expressions
8
8
sed \
9
9
# Ghostscript is required for rendering PDF previews
10
- ghostscript
10
+ ghostscript \
11
+ # Alpine package for "imagemagick" contains ~120 .so files, see: https://github.com/docker-library/wordpress/pull/497
12
+ imagemagick
11
13
12
14
# install the PHP extensions we need (https://make.wordpress.org/hosting/handbook/handbook/server-environment/#php-extensions)
13
15
RUN set -ex; \
Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ RUN apk add --no-cache \
7
7
# BusyBox sed is not sufficient for some of our sed expressions
8
8
sed \
9
9
# Ghostscript is required for rendering PDF previews
10
- ghostscript
10
+ ghostscript \
11
+ # Alpine package for "imagemagick" contains ~120 .so files, see: https://github.com/docker-library/wordpress/pull/497
12
+ imagemagick
11
13
12
14
# install the PHP extensions we need (https://make.wordpress.org/hosting/handbook/handbook/server-environment/#php-extensions)
13
15
RUN set -ex; \
Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ RUN apk add --no-cache \
7
7
# BusyBox sed is not sufficient for some of our sed expressions
8
8
sed \
9
9
# Ghostscript is required for rendering PDF previews
10
- ghostscript
10
+ ghostscript \
11
+ # Alpine package for "imagemagick" contains ~120 .so files, see: https://github.com/docker-library/wordpress/pull/497
12
+ imagemagick
11
13
12
14
# install the PHP extensions we need (https://make.wordpress.org/hosting/handbook/handbook/server-environment/#php-extensions)
13
15
RUN set -ex; \
Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ RUN apk add --no-cache \
7
7
# BusyBox sed is not sufficient for some of our sed expressions
8
8
sed \
9
9
# Ghostscript is required for rendering PDF previews
10
- ghostscript
10
+ ghostscript \
11
+ # Alpine package for "imagemagick" contains ~120 .so files, see: https://github.com/docker-library/wordpress/pull/497
12
+ imagemagick
11
13
12
14
# install the PHP extensions we need (https://make.wordpress.org/hosting/handbook/handbook/server-environment/#php-extensions)
13
15
RUN set -ex; \
You can’t perform that action at this time.
0 commit comments