git repos / docker_mxe

commit 0b7f5c49

sago007 · 2019-03-09 14:18
0b7f5c49effd99709eb2853a31aab22e9adedfe4 patch · browse files
parent ee9a56104989d6547145c79c71e06015fb68f3bc

Fix the dir to mirror.mxe.cc

Changed files

M mxe_boost/Dockerfile before
diff --git a/mxe_boost/Dockerfile b/mxe_boost/Dockerfile index 5e5b7fe..1718da8 100644 --- a/mxe_boost/Dockerfile +++ b/mxe_boost/Dockerfile
@@ -1,4 +1,3 @@
FROM sago007/mxe_basic
#All packages!
-RUN apt-get update && wget -O - http://pkg.mxe.cc/repos/apt/debian/dists/jessie/main/binary-amd64/Packages | grep Package | grep boost | awk '{print $2}' | xargs apt-get install -y
-
+RUN apt-get update && wget -O - http://mirror.mxe.cc/repos/apt/dists/stretch/main/binary-amd64/Packages | grep Package | grep boost | awk '{print $2}' | xargs apt-get install -y