Skip to content

Commit 4fc40a1

Browse files
committed
wip-ci/cd pipepline
1 parent a4f4ce2 commit 4fc40a1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Dockerfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ USER root
66
# Install the exif extension with root permissions
77
RUN install-php-extensions exif
88

9+
# Install the gd extension
10+
RUN install-php-extensions gd
11+
912
# Install JavaScript dependencies
1013
ARG NODE_VERSION=20.18.0
1114
ENV PATH=/usr/local/node/bin:$PATH
@@ -33,4 +36,4 @@ WORKDIR /var/www/html/imagexbasic
3336
# Copy the app files with the correct command
3437
# COPY --chown=www-data:www-data . .
3538

36-
USER www-data
39+
USER www-data

0 commit comments

Comments
 (0)