Skip to content

Commit 092ba64

Browse files
committed
update Dockerfile, replace curl to wget in image_full
Signed-off-by: Slach <bloodjazman@gmail.com>
1 parent 39d812a commit 092ba64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ RUN bash -xec "apt-get update && apt-get install --no-install-recommends -y xxd
137137
apt-get update -y && \
138138
apt-get install --no-install-recommends -y ca-certificates tzdata bash curl restic rsync rclone jq gpg kopia libcap2-bin clickhouse-client && \
139139
update-ca-certificates && \
140-
curl -sL 'https://github.com/mikefarah/yq/releases/latest/download/yq_linux_$(dpkg --print-architecture)' -o /usr/bin/yq && chmod +x /usr/bin/yq && \
140+
wget -q 'https://github.com/mikefarah/yq/releases/latest/download/yq_linux_$(dpkg --print-architecture)' -c -O /usr/bin/yq && chmod +x /usr/bin/yq && \
141141
rm -rf /var/lib/apt/lists/* && rm -rf /var/cache/apt/*"
142142

143143
COPY entrypoint.sh /entrypoint.sh

0 commit comments

Comments
 (0)