File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
143143COPY entrypoint.sh /entrypoint.sh
You can’t perform that action at this time.
0 commit comments