1
0
mirror of https://github.com/distribution/distribution-library-image synced 2024-11-07 05:05:50 +01:00

Switch registry library image to debian:jessie

Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
This commit is contained in:
Aaron Lehmann 2016-01-28 14:53:53 -08:00
parent d5f65e019f
commit 92bf99bd6d

@ -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 && \