File tree Expand file tree Collapse file tree 1 file changed +10
-19
lines changed
Expand file tree Collapse file tree 1 file changed +10
-19
lines changed Original file line number Diff line number Diff line change 1- FROM ubuntu:14.04
2- MAINTAINER Stan Angeloff "stanimir@psp-webtech.co.uk"
1+ FROM stanangeloff/php:7.1-cli
32
4- RUN echo 'deb http://ppa.launchpad.net/ondrej/php5-5.6/ubuntu trusty main' >> /etc/apt/sources.list && apt-key adv -q --keyserver 'keyserver.ubuntu.com' --recv-keys 'E5267A6C'
3+ MAINTAINER Stan Angeloff "stanimir@psp-webtech.co.uk"
54
6- RUN apt-get update
7- RUN apt-get -y install \
8- openssl \
9- ;
10- RUN apt-get -y install \
11- php5-cli \
12- php5-curl \
13- php5-gd \
14- php5-gmp \
15- php5-intl \
16- php5-mcrypt \
17- php5-memcache \
18- php5-mysql \
19- php5-pgsql \
20- php5-sqlite \
21- ;
5+ RUN apt-get update -q && \
6+ apt-get install -y -qq \
7+ php7.1-bz2 \
8+ php7.1-gd \
9+ php7.1-memcache \
10+ php7.1-mysql \
11+ php7.1-pgsql \
12+ ;
2213
2314ADD scripts/ /build
2415
You can’t perform that action at this time.
0 commit comments