diff --git a/Dockerfile b/Dockerfile index 1206ea302..d0e4d3c2f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,7 @@ ARG DEBIAN_FRONTEND=noninteractive RUN apt-get update && apt-get -y upgrade \ && apt-get install -y \ apt-utils \ + curl \ libminiupnpc17 \ libjemalloc2 \ zlib1g \