mirror of https://github.com/wolfSSL/wolfssl.git
Better dependency list
Need 32bit compilation support as well as ARM/AARCH64pull/6132/head
parent
7b96cd2220
commit
41ce9afef4
|
@ -3,7 +3,7 @@ FROM $DOCKER_BASE_IMAGE
|
|||
|
||||
USER root
|
||||
|
||||
ARG DEPS_WOLFSSL="build-essential autoconf libtool git gdb iputils-ping clang lldb bsdmainutils netcat gcc-arm-linux-gnueabi gcc-aarch64-linux-gnu"
|
||||
ARG DEPS_WOLFSSL="build-essential autoconf libtool git gdb iputils-ping clang lldb bsdmainutils netcat gcc-multilib binutils-arm-linux-gnueabi binutils-aarch64-linux-gnu"
|
||||
ARG DEPS_LIBOQS="astyle cmake gcc ninja-build libssl-dev python3-pytest python3-pytest-xdist unzip xsltproc doxygen graphviz python3-yaml valgrind git"
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt update && apt install -y apt-utils \
|
||||
&& apt install -y ${DEPS_WOLFSSL} ${DEPS_LIBOQS} \
|
||||
|
|
Loading…
Reference in New Issue