Use buster-slim as base image

This reduces the overall image size, but more importantly,
deduplicates nicely with the other Snikket images which all use
buster-slim as base.

Fixes #63.
This commit is contained in:
Jonas Schäfer
2021-02-22 15:01:51 +01:00
parent 97c91b432d
commit 52f0bee006

View File

@@ -1,4 +1,4 @@
FROM debian:buster
FROM debian:buster-slim
ARG BUILD_SERIES=dev
ARG BUILD_ID=0