]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
add a few more things
authorDylan William Hardison <dylan@hardison.net>
Sun, 6 Aug 2017 18:52:14 +0000 (14:52 -0400)
committerDylan William Hardison <dylan@hardison.net>
Sun, 6 Aug 2017 18:52:14 +0000 (14:52 -0400)
Dockerfile

index 532da34cae4986378366aef059da5eeb4713e15c..2ac120db5703152d104d28c05796ea3e4f994637 100644 (file)
@@ -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