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:
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 && \
|
||||
|
Loading…
Reference in New Issue
Block a user