From df5cad0db917a3ada4c8c10b4efe545a2df61446 Mon Sep 17 00:00:00 2001 From: Nya Candy Date: Mon, 26 Aug 2024 20:34:32 +0800 Subject: [PATCH] chore: add missing curl to docker image (#16537) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index be46e2b839..e5a2789eee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -132,7 +132,7 @@ RUN \ set -ex && \ apt-get update && \ apt-get install -yq --no-install-recommends \ - dumb-init git \ + dumb-init git curl \ ; \ if [ "$PUPPETEER_SKIP_DOWNLOAD" = 0 ]; then \ if [ "$TARGETPLATFORM" = 'linux/amd64' ]; then \