From b530f7a6cfe740a521040d93e86b99eaecc73f89 Mon Sep 17 00:00:00 2001 From: Sergey Stepanov Date: Tue, 7 May 2024 15:54:42 +0300 Subject: [PATCH] Add curl to worker containers --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index abae4a67..837b4190 100644 --- a/Dockerfile +++ b/Dockerfile @@ -76,6 +76,7 @@ COPY --from=build_coordinator /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ FROM ubuntu:lunar AS worker RUN apt-get -q update && apt-get -q install --no-install-recommends -y \ + curl \ libx11-6 \ libxext6 \ && apt-get autoremove \