From c93768610d23b4512c8e4a9e4a8a1fdac9946396 Mon Sep 17 00:00:00 2001 From: maltegrosse Date: Thu, 9 Feb 2023 15:40:52 +0100 Subject: [PATCH] add curl --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 9499a95..d8f583a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,6 +13,7 @@ RUN apt-get update --yes && \ bzip2 \ ca-certificates \ locales \ + curl \ sudo \ nano \ build-essential \