forked from wolfSSL/wolfssl
Merge pull request #7415 from bandi13/addDockerCrossCompilerDependency
Add yet another cross compiling tool
This commit is contained in:
@@ -3,7 +3,7 @@ FROM $DOCKER_BASE_IMAGE
|
|||||||
|
|
||||||
USER root
|
USER root
|
||||||
|
|
||||||
ARG DEPS_TESTING="gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu gcc-powerpc-linux-gnu gcc-powerpc64-linux-gnu"
|
ARG DEPS_TESTING="gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-aarch64-linux-gnu gcc-powerpc-linux-gnu gcc-powerpc64-linux-gnu gcc-arm-none-eabi"
|
||||||
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/*
|
||||||
|
Reference in New Issue
Block a user