Merge pull request #4559 from nextcloud/run-apk-upgrade

upgrade preinstalled packages in final build step
This commit is contained in:
Simon L 2024-04-24 12:21:14 +02:00 committed by GitHub
commit d87d40c054
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 23 additions and 4 deletions

View file

@ -5,6 +5,7 @@ FROM clamav/clamav:1.3.1-49
COPY clamav.conf /tmp/clamav.conf
RUN set -ex; \
apk upgrade --no-cache -a; \
apk add --no-cache tzdata; \
cat /tmp/clamav.conf >> /etc/clamav/clamd.conf; \
rm /tmp/clamav.conf; \