git repos / docker_mxe

commit 0ad6c672

Poul Sander · 2019-07-03 17:19
0ad6c672cce6ef7046f54cd63b5e34b647b71cbf patch · browse files
parent de4ccf6af3946340da1c4cceeeccb5d88600f2a2

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 && \