From fc0d2891dc7cfbb361e854a293b5ca65394db3a7 Mon Sep 17 00:00:00 2001 From: Zedifus Date: Mon, 22 Aug 2022 22:05:48 +0100 Subject: [PATCH] Add libcurl.so.4 This is a dependancy for bedrock Ref: #145 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index c1bae3a6..4bd83bba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,6 +15,7 @@ RUN apt-get update \ && apt-get -y --no-install-recommends install \ sudo \ gcc \ + libcurl4 \ python3 \ python3-dev \ python3-pip \