Changed to template gitlab-ci, stretch-slim

This commit is contained in:
Deon George
2019-06-13 10:27:46 +10:00
parent b4763dd651
commit a1e32b6a2c
3 changed files with 18 additions and 34 deletions

View File

@@ -1,7 +1,7 @@
# NAME leenooks/clamav
# VERSION latest
FROM debian:stretch
FROM debian:stretch-slim
RUN apt-get update \
&& apt-get install clamav-daemon -yyq \