From: Pamela Dragosh Date: Thu, 9 Mar 2017 02:14:47 +0000 (-0500) Subject: changing to different mirror X-Git-Tag: v1.1.0~81 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F51%2F1851%2F1;p=policy%2Fdocker.git changing to different mirror Change-Id: I035c6327168c8da65b963284c57fbe4924a45279 Signed-off-by: Pamela Dragosh --- diff --git a/policy-db/Dockerfile b/policy-db/Dockerfile index 290d7a02..5bdfd70e 100644 --- a/policy-db/Dockerfile +++ b/policy-db/Dockerfile @@ -4,7 +4,7 @@ RUN \ apt-get clean && \ apt-get install -y apt-transport-https && \ apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db && \ - add-apt-repository 'deb [arch=amd64,i386,ppc64el] https://mirrors.evowise.com/mariadb/repo/10.1/ubuntu trusty main' && \ + add-apt-repository 'deb [arch=amd64,i386,ppc64el] http://ftp.osuosl.org/pub/mariadb/repo/10.0/ubuntu trusty main' && \ apt-get clean && \ apt-get update && \ apt-get install -y mariadb-server && \