mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Do not override customized GD with default one in Dockerfile
This commit is contained in:
parent
d3d92d6013
commit
8d85d2e737
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ RUN docker-php-ext-configure gd \
|
|||
--with-freetype \
|
||||
&& docker-php-ext-install gd
|
||||
|
||||
# Install other needed PHP extensions
|
||||
RUN docker-php-ext-install pdo_mysql curl intl mbstring bcmath gd zip xml xsl
|
||||
# Install other needed PHP extensions
|
||||
RUN docker-php-ext-install pdo_mysql curl intl mbstring bcmath zip xml xsl
|
||||
|
||||
# Install yarn
|
||||
RUN curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue