git repos / docker_mxe

commit de4ccf6a

sago007 · 2019-07-01 17:05
de4ccf6af3946340da1c4cceeeccb5d88600f2a2 patch · browse files
parent 0b7f5c49effd99709eb2853a31aab22e9adedfe4

Stop using the mirror

Changed files

M mxe_basic/Dockerfile before
diff --git a/mxe_basic/Dockerfile b/mxe_basic/Dockerfile index f18ad87..a2e71f9 100644 --- a/mxe_basic/Dockerfile +++ b/mxe_basic/Dockerfile
@@ -2,7 +2,7 @@ FROM debian:9
RUN apt-get update && apt-get install -y gnupg
#Use http://mirror.mxe.cc/
#First add the repository and install the static gcc compiler. This ensures that everything basic is setup.
-RUN echo "deb http://mirror.mxe.cc/repos/apt stretch main" > \
+RUN echo "deb http://pkg.mxe.cc/repos/apt stretch main" > \
/etc/apt/sources.list.d/mxeapt.list && \
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 86B72ED9 && \
apt-get update && \