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 \
77# BusyBox sed is not sufficient for some of our sed expressions
88 sed \
99# 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
1113
1214# install the PHP extensions we need (https://make.wordpress.org/hosting/handbook/handbook/server-environment/#php-extensions)
1315RUN set -ex; \
Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ RUN apk add --no-cache \
77# BusyBox sed is not sufficient for some of our sed expressions
88 sed \
99# 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
1113
1214# install the PHP extensions we need (https://make.wordpress.org/hosting/handbook/handbook/server-environment/#php-extensions)
1315RUN set -ex; \
Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ RUN apk add --no-cache \
77# BusyBox sed is not sufficient for some of our sed expressions
88 sed \
99# 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
1113
1214# install the PHP extensions we need (https://make.wordpress.org/hosting/handbook/handbook/server-environment/#php-extensions)
1315RUN set -ex; \
Original file line number Diff line number Diff line change @@ -7,7 +7,9 @@ RUN apk add --no-cache \
77# BusyBox sed is not sufficient for some of our sed expressions
88 sed \
99# 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
1113
1214# install the PHP extensions we need (https://make.wordpress.org/hosting/handbook/handbook/server-environment/#php-extensions)
1315RUN set -ex; \
You can’t perform that action at this time.
0 commit comments