fix(): PHP extension 'gd' is required, closes #7
parent
d37bf950a6
commit
a9947a4053
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:edge
|
FROM alpine:latest
|
||||||
MAINTAINER xataz <https://github.com/xataz>
|
MAINTAINER xataz <https://github.com/xataz>
|
||||||
MAINTAINER hardware <https://github.com/hardware>
|
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 \
|
RUN echo "@commuedge https://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories \
|
||||||
&& apk -U add \
|
&& apk -U add \
|
||||||
nginx \
|
nginx \
|
||||||
git \
|
|
||||||
s6 \
|
s6 \
|
||||||
su-exec \
|
su-exec \
|
||||||
curl \
|
curl \
|
||||||
|
|
Loading…
Reference in New Issue