From 4f24813bf53a9d172ef3061432a9f2caf5deb5df Mon Sep 17 00:00:00 2001 From: Sam Yaple Date: Thu, 12 Jan 2017 05:51:34 +0000 Subject: [PATCH] Use correct repo --- dockerfiles/Dockerfile-ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/Dockerfile-ubuntu b/dockerfiles/Dockerfile-ubuntu index aaca522..1ff2620 100644 --- a/dockerfiles/Dockerfile-ubuntu +++ b/dockerfiles/Dockerfile-ubuntu @@ -11,7 +11,7 @@ ARG GIT_REF_REPO=https://git.openstack.org/openstack/${PROJECT} RUN set -x \ && apt-key adv --fetch-keys "http://download.ceph.com/keys/release.asc" \ - && echo "deb http://download.ceph.com/debian-jewel jessie main" > /etc/apt/sources.list.d/ceph.list \ + && echo "deb http://download.ceph.com/debian-jewel xenial main" > /etc/apt/sources.list.d/ceph.list \ && apt-get update \ && apt-get install -y --no-install-recommends \ # Project specific packages start