From 52f0bee006bb331670883c1d386b12e90fd6de38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Sch=C3=A4fer?= Date: Mon, 22 Feb 2021 15:01:51 +0100 Subject: [PATCH] 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. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6d7a162..1051ce7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:buster +FROM debian:buster-slim ARG BUILD_SERIES=dev ARG BUILD_ID=0