We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b8196 commit 2ee47eaCopy full SHA for 2ee47ea
1 file changed
Docker/Dockerfile.cross-compiler
@@ -3,7 +3,7 @@ FROM $DOCKER_BASE_IMAGE
3
4
USER root
5
6
-ARG DEPS_TESTING="gcc-arm-linux-gnueabi gcc-aarch64-linux-gnu"
+ARG DEPS_TESTING="gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu"
7
RUN DEBIAN_FRONTEND=noninteractive apt update \
8
&& apt install -y ${DEPS_TESTING} \
9
&& apt clean -y && rm -rf /var/lib/apt/lists/*
0 commit comments