Skip to content

Commit

Permalink
Drupal's implementation needs imagemagick binaries (#156)
Browse files Browse the repository at this point in the history
* remove redundant openssl install

* Drupal's implementation needs imagemagick bins

---------

Co-authored-by: Alec Reynolds <alec+git@lando.dev>
  • Loading branch information
AaronFeledy and reynoldsalec authored Jan 8, 2025
1 parent 5ee2992 commit e031d7c
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 4 deletions.
1 change: 1 addition & 0 deletions images/7.4-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
exiftool \
git-core \
gnupg2 \
imagemagick \
libonig-dev \
mariadb-client \
openssl \
Expand Down
1 change: 1 addition & 0 deletions images/7.4-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
exiftool \
git-core \
gnupg2 \
imagemagick \
libonig-dev \
mariadb-client \
openssl \
Expand Down
1 change: 1 addition & 0 deletions images/8.0-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
exiftool \
git-core \
gnupg2 \
imagemagick \
libonig-dev \
mariadb-client \
openssl \
Expand Down
1 change: 1 addition & 0 deletions images/8.0-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN mkdir -p /usr/share/man/man1 /usr/share/man/man7 \
exiftool \
git-core \
gnupg2 \
imagemagick \
libonig-dev \
mariadb-client \
openssl \
Expand Down
1 change: 1 addition & 0 deletions images/8.1-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN \
exiftool \
git-core \
gnupg2 \
imagemagick \
mariadb-client \
openssl \
postgresql-client-15 \
Expand Down
1 change: 1 addition & 0 deletions images/8.1-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN \
exiftool \
git-core \
gnupg2 \
imagemagick \
mariadb-client \
openssl \
postgresql-client-15 \
Expand Down
1 change: 1 addition & 0 deletions images/8.2-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN \
exiftool \
git-core \
gnupg2 \
imagemagick \
mariadb-client \
openssl \
postgresql-client-15 \
Expand Down
1 change: 1 addition & 0 deletions images/8.2-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ RUN \
exiftool \
git-core \
gnupg2 \
imagemagick \
mariadb-client \
openssl \
postgresql-client-15 \
Expand Down
2 changes: 1 addition & 1 deletion images/8.3-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN \
exiftool \
git-core \
gnupg2 \
openssl \
imagemagick \
postgresql-client-15 \
pv \
rsync \
Expand Down
2 changes: 1 addition & 1 deletion images/8.3-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ RUN \
exiftool \
git-core \
gnupg2 \
imagemagick \
mariadb-client \
openssl \
postgresql-client-15 \
pv \
rsync \
Expand Down
2 changes: 1 addition & 1 deletion images/8.4-apache/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ RUN \
exiftool \
git-core \
gnupg2 \
imagemagick \
mariadb-client \
mariadb-client-compat \
openssl \
postgresql-client-15 \
pv \
rsync \
Expand Down
2 changes: 1 addition & 1 deletion images/8.4-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ RUN \
exiftool \
git-core \
gnupg2 \
imagemagick \
mariadb-client \
mariadb-client-compat \
openssl \
postgresql-client-15 \
pv \
rsync \
Expand Down

0 comments on commit e031d7c

Please sign in to comment.