Merge pull request #9 from aaronlehmann/debian-jessie

Switch registry library image to debian:jessie
This commit is contained in:
Olivier Gambier 2016-01-28 15:50:09 -08:00
commit b1f1951899
1 changed files with 1 additions and 1 deletions

View File

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