Merge pull request #6098 from bandi13/moreDockerprograms

Some tests need these utilities
pull/6103/head
David Garske 2023-02-16 13:28:02 -08:00 committed by GitHub
commit 0b31d5577c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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