From 92bf99bd6db3e0f07a7eda5fc89354c1f94136dd Mon Sep 17 00:00:00 2001 From: Aaron Lehmann Date: Thu, 28 Jan 2016 14:53:53 -0800 Subject: [PATCH] Switch registry library image to debian:jessie Signed-off-by: Aaron Lehmann --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 43e339f..2bf0816 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # Build a minimal distribution container -FROM ubuntu:14.04 +FROM debian:jessie RUN apt-get update && \ apt-get install -y ca-certificates librados2 apache2-utils && \