commit 0b7f5c49
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