From 8b2a15012b8f788a97c80570ebd7baf74093ee52 Mon Sep 17 00:00:00 2001 From: Gianmarco Fraccaroli Date: Tue, 10 Dec 2024 12:14:43 +0100 Subject: [PATCH] link python to python3 --- Earthfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Earthfile b/Earthfile index 334f396..cebf0fe 100644 --- a/Earthfile +++ b/Earthfile @@ -29,6 +29,8 @@ namada: RUN apt-get install -y parallel RUN apt-get install -y python3 + RUN apt install python-is-python3 + # needed for speculos RUN apt install -y \ git python3-pip pipx cmake gcc-arm-linux-gnueabihf libc6-dev-armhf-cross gdb-multiarch \