We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f4ce2 commit 4fc40a1Copy full SHA for 4fc40a1
1 file changed
Dockerfile
@@ -6,6 +6,9 @@ USER root
6
# Install the exif extension with root permissions
7
RUN install-php-extensions exif
8
9
+# Install the gd extension
10
+RUN install-php-extensions gd
11
+
12
# Install JavaScript dependencies
13
ARG NODE_VERSION=20.18.0
14
ENV PATH=/usr/local/node/bin:$PATH
@@ -33,4 +36,4 @@ WORKDIR /var/www/html/imagexbasic
33
36
# Copy the app files with the correct command
34
37
# COPY --chown=www-data:www-data . .
35
38
-USER www-data
39
+USER www-data
0 commit comments