Skip to content

Commit c0f1ed4

Browse files
committed
swap to digital ocean repository for mariadb
1 parent 1b7fd5d commit c0f1ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENV REPO_VER 10.0
1313

1414
# update apt and install packages
1515
RUN apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0xcbcb082a1bb943db && \
16-
add-apt-repository "deb http://mirrors.coreix.net/mariadb/repo/$REPO_VER/ubuntu trusty main" && \
16+
echo "deb [arch=amd64,i386] http://lon1.mirrors.digitalocean.com/mariadb/repo/${REPO_VER}/ubuntu trusty main" >> /etc/apt/sources.list.d/mariadb.list && \
1717
apt-get update && \
1818
apt-get install \
1919
$INSTALL_LIST -qy && \

0 commit comments

Comments
 (0)