Add in missing dependency for nightly-sp-test

This commit is contained in:
Andras Fekete
2024-02-21 16:16:26 -05:00
parent 92b8196059
commit 2ee47eac4d

View File

@@ -3,7 +3,7 @@ FROM $DOCKER_BASE_IMAGE
USER root USER root
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"
RUN DEBIAN_FRONTEND=noninteractive apt update \ RUN DEBIAN_FRONTEND=noninteractive apt update \
&& apt install -y ${DEPS_TESTING} \ && apt install -y ${DEPS_TESTING} \
&& apt clean -y && rm -rf /var/lib/apt/lists/* && apt clean -y && rm -rf /var/lib/apt/lists/*