We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f1afa7e + 2ee47ea commit 162d4dcCopy full SHA for 162d4dc
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