From 30a2a2cf0035ac2113afbbe69db8bfc81abee069 Mon Sep 17 00:00:00 2001 From: Leopere <1068374+Leopere@users.noreply.github.com> Date: Mon, 10 Jun 2019 18:03:02 -0400 Subject: [PATCH] Fix #61 Fixes #61 added ca-certificates and updated them. --- docker/production/x86_64/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/production/x86_64/Dockerfile b/docker/production/x86_64/Dockerfile index 97df405a1..f0ac02349 100644 --- a/docker/production/x86_64/Dockerfile +++ b/docker/production/x86_64/Dockerfile @@ -2,7 +2,8 @@ FROM ubuntu:18.04 as prep LABEL MAINTAINER="leopere [at] nixc [dot] us" RUN apt-get update && \ - apt-get -y install curl xz-utils && \ + apt-get -y install curl xz-utils ca-certificates -y && \ + update-ca-certificates && \ apt-get autoclean -y && \ rm -rf /var/lib/apt/lists/* WORKDIR /