Skip to content

Commit

Permalink
Add missing PHP extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
dmohns committed Nov 20, 2024
1 parent 45f14dd commit b5949a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/DockerfileBackendDev
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN rm -rf /var/lib/apt/lists/*
# install and configure php extensions
RUN docker-php-ext-install \
bcmath \
exif \
ftp \
gd \
mysqli \
Expand Down
1 change: 1 addition & 0 deletions docker/DockerfileBackendProd
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN rm -rf /var/lib/apt/lists/*
# install and configure php extensions
RUN docker-php-ext-install \
bcmath \
exif \
ftp \
gd \
mysqli \
Expand Down

0 comments on commit b5949a0

Please sign in to comment.