diff --git a/Dockerfile b/Dockerfile index 91b2cd3e6..8d3f0cf18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,6 +18,7 @@ RUN apt update && apt install -y \ make \ openssl \ python3 \ + curl \ && rm -rf /var/lib/apt/lists/* RUN yarn install