update to PHP 7.3

This commit is contained in:
Dominik Liebler
2018-12-14 20:20:23 +01:00
parent 8c305ca1dd
commit aa11ce2351
3 changed files with 14 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
FROM php:7.2.0-cli
FROM php:7.3.0-cli
WORKDIR /app
RUN apt-get update \
&& apt-get install -y zlib1g-dev wget git-core python-pip \
&& apt-get install -y libzip-dev wget git-core python-pip \
&& docker-php-ext-install zip \
&& pip install Sphinx
ADD . /app