From: Dylan William Hardison Date: Sun, 6 Aug 2017 19:21:24 +0000 (-0400) Subject: add gd X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5ccb79f7d4d14ad52c4944a1d470ca64f2ce75a;p=thirdparty%2Fbugzilla.git add gd --- diff --git a/Dockerfile b/Dockerfile index 2e9b674614..25b9c314cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ MAINTAINER Dylan Hardison RUN apk --update add perl curl wget \ make gcc g++ \ perl-dev \ + gd-dev \ tzdata \ libevent-dev \ libc-dev \ @@ -26,6 +27,7 @@ FROM alpine:3.6 RUN apk --update --no-cache add \ tzdata \ + gd \ curl \ wget \ perl \