We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7fd5d commit c0f1ed4Copy full SHA for c0f1ed4
Dockerfile
@@ -13,7 +13,7 @@ ENV REPO_VER 10.0
13
14
# update apt and install packages
15
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" && \
+echo "deb [arch=amd64,i386] http://lon1.mirrors.digitalocean.com/mariadb/repo/${REPO_VER}/ubuntu trusty main" >> /etc/apt/sources.list.d/mariadb.list && \
17
apt-get update && \
18
apt-get install \
19
$INSTALL_LIST -qy && \
0 commit comments