From 61bd55ac33a8bd4b3c6acf4ea8bdd785ae178c23 Mon Sep 17 00:00:00 2001 From: DIYgod Date: Thu, 14 Mar 2024 20:52:52 +0800 Subject: [PATCH] chore: fix missing git in docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bb890b1c8..22a31a8bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -132,7 +132,7 @@ RUN \ set -ex && \ apt-get update && \ apt-get install -yq --no-install-recommends \ - dumb-init \ + dumb-init git \ ; \ if [ "$PUPPETEER_SKIP_DOWNLOAD" = 0 ]; then \ if [ "$TARGETPLATFORM" = 'linux/amd64' ]; then \