commit 0ad6c672
Changed to an Ubuntu based version
Changed files
| M | mxe_basic/Dockerfile before |
diff --git a/mxe_basic/Dockerfile b/mxe_basic/Dockerfile
index a2e71f9..69db359 100644
--- a/mxe_basic/Dockerfile
+++ b/mxe_basic/Dockerfile
@@ -1,8 +1,8 @@
-FROM debian:9
+FROM ubuntu:xenial
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://pkg.mxe.cc/repos/apt stretch main" > \
+RUN echo "deb http://pkg.mxe.cc/repos/apt xenial main" > \
/etc/apt/sources.list.d/mxeapt.list && \
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 86B72ED9 && \
apt-get update && \