Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f77c16f

Browse files
updated to php7.2, added Makefile
1 parent 9418735 commit f77c16f

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

‎Dockerfile‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
FROM php:7.1.9-fpm
1+
FROM php:7.2.0-fpm
22

33

44
RUN apt-get update \
55
&& apt-get install -y --no-install-recommends \
66
curl \
7+
iputils-ping \
78
libicu-dev \
89
libmemcached-dev \
910
libz-dev \
1011
libpq-dev \
1112
libjpeg-dev \
12-
libpng12-dev \
13+
libpng-dev \
1314
libfreetype6-dev \
1415
libssl-dev \
1516
libmcrypt-dev \
@@ -34,7 +35,6 @@ RUN docker-php-ext-configure bcmath --enable-bcmath \
3435
bcmath \
3536
intl \
3637
mbstring \
37-
mcrypt \
3838
mysqli \
3939
pcntl \
4040
pdo_mysql \
@@ -126,4 +126,4 @@ RUN chown -R www-data:www-data /var/www/
126126

127127
RUN mkdir -p $COMPOSER_HOME/cache
128128

129-
VOLUME $COMPOSER_HOME
129+
VOLUME $COMPOSER_HOME

‎Makefile‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
build:
2+
@docker build -t codereviewvideos/php-7 .
3+
4+
push:
5+
@docker push codereviewvideos/php7
6+
7+
bp: build push

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /