From: Dylan William Hardison Date: Sun, 6 Aug 2017 18:52:14 +0000 (-0400) Subject: add a few more things X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=466b1289f74fcb5f9a00617f79200f0ef4036e6e;p=thirdparty%2Fbugzilla.git add a few more things --- diff --git a/Dockerfile b/Dockerfile index 532da34cae..2ac120db57 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,14 +21,20 @@ WORKDIR /app RUN perl checksetup.pl --cpanm='default pg mysql' +RUN cpanm -l Encode::Detect + FROM alpine:3.6 RUN apk --update --no-cache add \ + curl \ + wget \ perl \ + make \ libevent \ expat \ libressl \ mariadb-libs \ + postgresql-libs \ ca-certificates WORKDIR /app