diff --git a/Dockerfile b/Dockerfile index 49c0730..eb29da1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,6 +45,7 @@ RUN apt-get update -y && \ netbase \ pkg-config \ procps \ + socat \ wget \ zlib1g && \ rm -rf /var/lib/apt/lists/* && \