Skip to content

Commit 162d4dc

Browse files
Merge pull request #7264 from bandi13/dockerFixes
Add in missing dependency for nightly-sp-test
2 parents f1afa7e + 2ee47ea commit 162d4dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Docker/Dockerfile.cross-compiler

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM $DOCKER_BASE_IMAGE
33

44
USER root
55

6-
ARG DEPS_TESTING="gcc-arm-linux-gnueabi gcc-aarch64-linux-gnu"
6+
ARG DEPS_TESTING="gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu"
77
RUN DEBIAN_FRONTEND=noninteractive apt update \
88
&& apt install -y ${DEPS_TESTING} \
99
&& apt clean -y && rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)