aboutsummaryrefslogtreecommitdiffstats
path: root/policy-db
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2017-03-08 21:14:47 -0500
committerPamela Dragosh <pdragosh@research.att.com>2017-03-08 21:14:54 -0500
commitd30ceeed662c09167e0c1d12998583ef75cef99e (patch)
tree220b9a2b26174860e051de4e20c6be7569305b63 /policy-db
parent6d4e15f8cf551fbf5c2adf0e583b8cdb9f23e274 (diff)
changing to different mirror
Change-Id: I035c6327168c8da65b963284c57fbe4924a45279 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'policy-db')
-rw-r--r--policy-db/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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 && \