Skip to content

Commit

Permalink
Avoid the ClamAV Mirror Rate Limit
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-maisy committed Jun 17, 2024
1 parent 5ef3ece commit f406a87
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 @@ -41,7 +41,7 @@ RUN apt update && apt install -y \
wget \
&& \
rm -rf /var/cache/apt/archives && \
wget https://www.clamav.net/downloads/production/clamav-${clamav_version}.tar.gz && \
wget https://github.com/Cisco-Talos/clamav/releases/download/clamav-${clamav_version}/clamav-${clamav_version}.tar.gz && \
tar -zxf clamav-${clamav_version}.tar.gz -C /src --strip-components=1 && \
# Using rustup to install Rust rather than rust:1.62.1-bullseye, because there is no rust:1.62.1-bullseye image for ppc64le at this time.
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y \
Expand Down

0 comments on commit f406a87

Please sign in to comment.