Skip to content
Snippets Groups Projects
Commit 4ca0732e authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Add php-gd

parent 61915c4a
No related branches found
No related tags found
No related merge requests found
Pipeline #67310 passed
......@@ -20,6 +20,7 @@ RUN wget -O /etc/apt/trusted.gpg.d/php.gpg https://packages.sury.org/php/apt.gpg
php-apcu-bc \
php7.3-cli \
php7.3-curl \
php7.3-gd \
php7.3-soap \
php7.3-json \
php7.3-mbstring \
......@@ -54,4 +55,4 @@ USER user
CMD ["/usr/sbin/php-fpm7.3", "-O" ]
EXPOSE 9000
WORKDIR "/application"
\ No newline at end of file
WORKDIR "/application"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment