Skip to content

Commit 2ee47ea

Browse files
author
Andras Fekete
committed
Add in missing dependency for nightly-sp-test
1 parent 92b8196 commit 2ee47ea

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)