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 \