chore: add missing curl to docker image (#16537)

This commit is contained in:
Nya Candy
2024-08-26 20:34:32 +08:00
committed by GitHub
parent 27b0152fa2
commit df5cad0db9
+1 -1
View File
@@ -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 \