mirror of
https://github.com/DIYgod/RSSHub.git
synced 2026-08-29 01:53:47 +08:00
chore: add missing curl to docker image (#16537)
This commit is contained in:
+1
-1
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user