Skip to content

Commit

Permalink
chown /run/clamav
Browse files Browse the repository at this point in the history
  • Loading branch information
asteel-gsa committed Nov 20, 2024
1 parent 5699213 commit 537a11e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ RUN freshclam --quiet --no-dns

COPY entrypoint.sh /usr/bin/

RUN mkdir /clamav
RUN mkdir /clamav \
&& chown -R root.root /run/clamav
# RUN mkdir /clamav \
# && chown -R clamav.clamav /clamav \
# && chown -R clamav.clamav /var/log/clamav \
Expand Down

0 comments on commit 537a11e

Please sign in to comment.