diff --git a/docker/Dockerfile b/docker/Dockerfile index 721f3ad80..fb29d8083 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -5,7 +5,7 @@ ENV ARCH $DAPPER_HOST_ARCH ENV DAPPER_OUTPUT ./docker/build ENV DAPPER_DOCKER_SOCKET true ENV DAPPER_TARGET dapper -RUN apt update && apt install -y build-essential wget git python3 python +RUN apt update && apt install -y build-essential wget git python3 python-is-python3 ENV GCC_URL="https://armkeil.blob.core.windows.net/developer/Files/downloads/gnu-rm/10-2020q4/gcc-arm-none-eabi-10-2020-q4-major-x86_64-linux.tar.bz2" RUN mkdir ./gcc RUN wget --no-check-certificate -O - ${GCC_URL} | tar --strip-components=1 -jx -C ./gcc