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

Commit

Permalink
Add clamav to web container.
Browse files Browse the repository at this point in the history
(Probably just be another container service.)
  • Loading branch information
dkinzer committed Sep 13, 2016
1 parent ae3c28c commit 94a049c
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 94a049c

Please sign in to comment.