Add curl to worker containers

This commit is contained in:
Sergey Stepanov 2024-05-07 15:54:42 +03:00
parent 421e9115cc
commit b530f7a6cf
No known key found for this signature in database
GPG key ID: A56B4929BAA8556B

View file

@ -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 \