From ff961504047048b4ff841b1d9d73e124bfeaec1f Mon Sep 17 00:00:00 2001 From: Andras Fekete Date: Wed, 15 Feb 2023 10:41:40 -0500 Subject: [PATCH] Some tests need these utilities --- Docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker/Dockerfile b/Docker/Dockerfile index 3c3519d12..a6b778933 100644 --- a/Docker/Dockerfile +++ b/Docker/Dockerfile @@ -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