Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1 from NuCivic/civic-3947-add-clam-av-to-web-cont…
Browse files Browse the repository at this point in the history
…ainer

Add clamav to web container.
  • Loading branch information
acouch authored Sep 13, 2016
2 parents ae3c28c + 94a049c commit 8151822
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@ FROM blinkreaction/drupal-apache-php:2.2-5.5
RUN touch /var/log/xdebug.log; chmod 666 /var/log/xdebug.log
# Disable xdebug by default.
RUN mv /etc/php5/mods-available/xdebug.ini /etc/php5

# Security

## Install ClamAV
RUN apt-get update && apt-get install -y clamav clamav-freshclam
RUN freshclam

0 comments on commit 8151822

Please sign in to comment.