From fd80ca0a17eb7fc7e19f805ad1e8fdc585e8b225 Mon Sep 17 00:00:00 2001 From: Bensuperpc Date: Wed, 26 May 2021 22:28:33 +0200 Subject: [PATCH] Fix build fail Fix build fail Signed-off-by: Bensuperpc --- web-wasm/Dockerfile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/web-wasm/Dockerfile.in b/web-wasm/Dockerfile.in index fd24165..4cb8977 100644 --- a/web-wasm/Dockerfile.in +++ b/web-wasm/Dockerfile.in @@ -35,8 +35,8 @@ RUN \ ncurses-dev \ pkg-config \ libtool \ - python \ - python-pip \ + python3 \ + python3-pip \ rsync \ sed \ ssh \ @@ -51,6 +51,8 @@ RUN \ && \ apt-get clean --yes +RUN ln -s /usr/bin/python3 /usr/bin/python + #include "common.dockcross" #include "common.docker"