From 89148788d4d13b7fd2c8756566a00b2d10477366 Mon Sep 17 00:00:00 2001 From: Dave Conroy Date: Thu, 26 Oct 2017 11:37:30 -0700 Subject: [PATCH] 1.3 --- Dockerfile | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/Dockerfile b/Dockerfile index e59fcca..3bce3a0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,14 +13,12 @@ LABEL maintainer="Dave Conroy (dave at tiredofit dot ca)" influxdb@testing \ mongodb-tools \ mysql-client \ - redis \ - xz + openssl + redis \ + xz \ + && \ ### Build Postgres 10 - RUN apk add --no-cache --virtual .fetch-deps \ - ca-certificates \ - openssl \ - && \ mkdir -p /usr/src/postgresql && \ curl https://ftp.postgresql.org/pub/source/v10.0/postgresql-10.0.tar.bz2 | tar xvfj - --strip 1 -C /usr/src/postgresql && \ @@ -69,7 +67,7 @@ LABEL maintainer="Dave Conroy (dave at tiredofit dot ca)" make install-world && \ make -C contrib install && \ \ - apk del .fetch-deps .build-deps && \ + apk del .build-deps && \ cd / && \ rm -rf \ /usr/src/postgresql \