Skip to content

Commit dd55114

Browse files
committed
ag-v1.0
1 parent 4512cc7 commit dd55114

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM php:7-fpm-alpine
1+
FROM php:7.0-fpm-alpine
22

33
RUN apk add --no-cache --virtual .ext-deps \
44
libjpeg-turbo-dev \
@@ -9,8 +9,7 @@ RUN apk add --no-cache --virtual .ext-deps \
99
nodejs-npm \
1010
nginx \
1111
git \
12-
inkscape \
13-
libmemcached-dev
12+
inkscape
1413

1514
RUN apk add --update --no-cache \
1615
libc6-compat fontconfig \

0 commit comments

Comments
 (0)