From 654c56810a9732e8dee53914c58b843c142c43b8 Mon Sep 17 00:00:00 2001 From: Gunnar Schaefer Date: Fri, 15 Dec 2017 15:14:21 -0800 Subject: [PATCH] Purging py-openssl (core will be non-SSL) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f6da8dcdd..39bde6d7c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN ./configure --prefix=/usr/local --modules=lib --state=/var/local/unit --pid= FROM python:2.7-alpine3.6 as dist -RUN apk add --no-cache build-base git py-openssl +RUN apk add --no-cache git COPY --from=build /usr/local/sbin/unitd /usr/local/sbin/unitd COPY --from=build /usr/local/lib/python.unit.so /usr/local/lib/python.unit.so