mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-01 12:40:11 +02:00
#315 fixed docker compose error and switched to PHP 7.2.0
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM php:7.2.0-cli
|
||||
WORKDIR /opt/php
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y zlib1g-dev wget git-core \
|
||||
&& docker-php-ext-install zip
|
||||
ADD . /opt/php
|
||||
CMD [ "./docker/test_runner.sh" ]
|
Reference in New Issue
Block a user