Skip to content

Commit

Permalink
Updating ClamAV engine with offical version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nsabri1 committed Nov 28, 2023
1 parent ff4ece7 commit 7c2bca7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ FROM $base_image
ENV GOVUK_APP_NAME=asset-manager

# TODO: move ClamAV into a completely separate service.
RUN install_packages clamav clamav-daemon clamdscan shared-mime-info && \
RUN install_packages wget shared-mime-info && \
wget https://www.clamav.net/downloads/production/clamav-1.2.1.linux.x86_64.deb && \
apt install ./clamav-1.2.1.linux.x86_64.deb && \
rm -fr /etc/clamav/* && \
mkdir -p /var/run/clamav && \
chown app:app /var/run/clamav /var/lib/clamav
Expand Down

0 comments on commit 7c2bca7

Please sign in to comment.