]> sigrok.org Git - sigrok-build.git/commitdiff
Update docker for MXE
authorSoeren Apel <redacted>
Wed, 28 Feb 2024 21:12:06 +0000 (22:12 +0100)
committerSoeren Apel <redacted>
Wed, 28 Feb 2024 21:24:27 +0000 (22:24 +0100)
docker-sigrok-mxe.sh [new file with mode: 0755]
docker/sigrok-mxe.Dockerfile

diff --git a/docker-sigrok-mxe.sh b/docker-sigrok-mxe.sh
new file mode 100755 (executable)
index 0000000..1d01109
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/sh
+cd docker
+docker build -f sigrok-mxe.Dockerfile .
+cd ..
index b9a85a75e5eadbf5714142155e7416563a0f9001..4ccd427ff4fe98f0cc1d8e4c8bb33aab335ac158 100644 (file)
@@ -44,7 +44,8 @@ RUN apt-get update \
                patch \
                perl \
                pkg-config \
-               python \
+               python3 \
+               python-is-python3 \
                ruby \
                sed \
                unzip \