chore: fix missing git in docker
This commit is contained in:
parent
63639a44d1
commit
61bd55ac33
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue