mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Use dev HTTP-Kernel so we can generate code coverage again.
An error with the test container will be coming to 4.4.1 (which is not released yet). When it is available we should revert the changes to composer.json.
This commit is contained in:
parent
c64e4fe3d6
commit
4f70d8b1da
4 changed files with 11 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
|||
FROM php:7-apache
|
||||
|
||||
RUN apt-get update && apt-get install -y curl libcurl4-openssl-dev libicu-dev libpng-dev gnupg zip libzip-dev
|
||||
RUN apt-get update && apt-get install -y curl libcurl4-openssl-dev libicu-dev libpng-dev gnupg zip libzip-dev libonig-dev
|
||||
|
||||
RUN docker-php-ext-install pdo_mysql curl intl mbstring bcmath gd zip
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue