Skip to content

Commit

Permalink
Add curl to worker containers
Browse files Browse the repository at this point in the history
  • Loading branch information
sergystepanov committed May 7, 2024
1 parent 421e911 commit b530f7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit b530f7a

Please sign in to comment.