mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-08-02 23:03:37 +00:00
Add curl to worker containers
This commit is contained in:
parent
421e9115cc
commit
b530f7a6cf
1 changed files with 1 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue