Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Install php-curl and php-gd
  • Loading branch information
curtishall authored Jul 17, 2023
1 parent e1f8d2a commit 42c032b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,8 @@ RUN apt-get update \
# && export host=$BLUECHERRY_DB_HOST \
# && dpkg -i /tmp/bluecherry_3.1.0-rc8_amd64.deb

RUN apt install -y php-curl php-gd

RUN { \
echo bluecherry bluecherry/mysql_admin_login string $MYSQL_ADMIN_LOGIN; \
echo bluecherry bluecherry/mysql_admin_password password $MYSQL_ADMIN_PASSWORD; \
Expand Down

0 comments on commit 42c032b

Please sign in to comment.