From 466b1289f74fcb5f9a00617f79200f0ef4036e6e Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Sun, 6 Aug 2017 14:52:14 -0400 Subject: [PATCH] add a few more things --- Dockerfile | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.47.2