Skip to content

Commit

Permalink
Install clam packages
Browse files Browse the repository at this point in the history
  • Loading branch information
BWibo committed Oct 21, 2023
1 parent a309873 commit 1c68976
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sddi-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,11 @@ USER root
RUN set -ex && \
apt-get update && \
apt-get install -y --no-install-recommends \
libxml2-dev libxslt1-dev libgeos-c1v5 && \
clamav \
clamav-daemon \
libgeos-c1v5 && \
libxml2-dev \
libxslt1-dev \
pip install --no-cache-dir -U pip && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 1c68976

Please sign in to comment.