mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-20 17:15:51 +02:00
Fixed dockerfile
This commit is contained in:
parent
481dcb8942
commit
8af9c6e7cd
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
FROM php:7-apache
|
||||
|
||||
RUN apt-get update && apt-get install -y curl libcurl4-openssl-dev libicu-dev libpng-dev gnupg zip libzip-dev libonig-dev
|
||||
RUN apt-get update && apt-get install -y curl libcurl4-openssl-dev libicu-dev libpng-dev gnupg zip libzip-dev libonig-dev libxslt-dev
|
||||
|
||||
RUN docker-php-ext-install pdo_mysql curl intl mbstring bcmath gd zip
|
||||
RUN docker-php-ext-install pdo_mysql curl intl mbstring bcmath gd zip xml xsl
|
||||
|
||||
# Install composer
|
||||
#RUN curl --silent --show-error https://getcomposer.org/installer | php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue