Use correct repo

This commit is contained in:
Sam Yaple 2017-01-12 05:51:34 +00:00
parent e16519bd97
commit 4f24813bf5
1 changed files with 1 additions and 1 deletions

View File

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