Skip to content

Commit

Permalink
Merge pull request #1406 from alphagov/sengi/netcat
Browse files Browse the repository at this point in the history
Trivial: standardise on netcat-openbsd.
  • Loading branch information
dj-maisy authored Jun 19, 2024
2 parents 6709471 + 09052a5 commit 2a00d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ RUN apt update && apt-get install -y libbz2-1.0 \
libxml2 \
zlib1g \
tzdata \
netcat-traditional && \
netcat-openbsd && \
mkdir -p /var/run/clamav /var/lib/clamav /usr/local/share/clamav && \
install -d -m 755 -g "app" -o "app" "/var/log/clamav" && \
chown -R app:app /var/run/clamav /var/lib/clamav /usr/local/share/clamav
Expand Down

0 comments on commit 2a00d90

Please sign in to comment.