fix(): PHP extension 'gd' is required, closes #7

pull/14/head
Magicalex 2017-02-14 12:22:40 +01:00
parent d37bf950a6
commit a9947a4053
No known key found for this signature in database
GPG Key ID: A89B48B1788C3CB5
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:edge
FROM alpine:latest
MAINTAINER xataz <https://github.com/xataz>
MAINTAINER hardware <https://github.com/hardware>
@ -9,7 +9,6 @@ ENV GID=991 UID=991
RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
&& apk -U add \
nginx \
git \
s6 \
su-exec \
curl \