mirror of https://github.com/wolfSSL/wolfssl.git
Merge pull request #6098 from bandi13/moreDockerprograms
Some tests need these utilitiespull/6103/head
commit
0b31d5577c
|
@ -3,7 +3,7 @@ FROM $DOCKER_BASE_IMAGE
|
|||
|
||||
USER root
|
||||
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt update && apt install -y build-essential autoconf libtool git gdb iputils-ping clang lldb bsdmainutils
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt update && apt install -y build-essential autoconf libtool git gdb iputils-ping clang lldb bsdmainutils netcat gcc-multilib
|
||||
|
||||
ARG USER=docker
|
||||
ARG UID=1000
|
||||
|
|
Loading…
Reference in New Issue