From 1ef31e48fc361e0a11bbdbf03fbbf45036d05037 Mon Sep 17 00:00:00 2001 From: Thomas Dietrich Date: Sat, 20 Jan 2024 01:21:30 +0100 Subject: [PATCH] Add curl to Dockerfile image --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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