Some tests need these utilities

This commit is contained in:
Andras Fekete 2023-02-15 10:41:40 -05:00
parent 644d92f28c
commit ff96150404

View File

@ -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