depend on debian:9-slim to reduce image size

This commit is contained in:
Hanjo Meinhardt 2018-01-27 21:48:58 +01:00
parent a5418b2fe9
commit af0a2e0ce0

View File

@ -1,4 +1,4 @@
FROM debian
FROM debian:9-slim
LABEL maintainer="hanjo@bunix.de"