Skip to content

Commit

Permalink
update Dockerfile, replace curl to wget in image_full
Browse files Browse the repository at this point in the history
Signed-off-by: Slach <[email protected]>
  • Loading branch information
Slach committed Feb 19, 2025
1 parent 39d812a commit 092ba64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ RUN bash -xec "apt-get update && apt-get install --no-install-recommends -y xxd
apt-get update -y && \
apt-get install --no-install-recommends -y ca-certificates tzdata bash curl restic rsync rclone jq gpg kopia libcap2-bin clickhouse-client && \
update-ca-certificates && \
curl -sL 'https://github.com/mikefarah/yq/releases/latest/download/yq_linux_$(dpkg --print-architecture)' -o /usr/bin/yq && chmod +x /usr/bin/yq && \
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 && \
rm -rf /var/lib/apt/lists/* && rm -rf /var/cache/apt/*"

COPY entrypoint.sh /entrypoint.sh
Expand Down

0 comments on commit 092ba64

Please sign in to comment.