chore: fix missing git in docker

This commit is contained in:
DIYgod 2024-03-14 20:52:52 +08:00
parent 63639a44d1
commit 61bd55ac33
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

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