From 402e2ba9b90a54800199708678abff753231f50e Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Tue, 27 Dec 2016 17:24:13 -0800 Subject: [PATCH] fix ca-certificates Signed-off-by: Jess Frazelle --- plexpy/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plexpy/Dockerfile b/plexpy/Dockerfile index fae6625..18680b0 100644 --- a/plexpy/Dockerfile +++ b/plexpy/Dockerfile @@ -11,7 +11,8 @@ MAINTAINER Cris G c@cristhekid.com # Install required packages. RUN apk add --no-cache \ - python + ca-certificates \ + python # Get the source ENV PLEXPY_VERSION v1.4.16