You've already forked snikket-web-portal
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:
@@ -1,4 +1,4 @@
|
|||||||
FROM debian:buster
|
FROM debian:buster-slim
|
||||||
|
|
||||||
ARG BUILD_SERIES=dev
|
ARG BUILD_SERIES=dev
|
||||||
ARG BUILD_ID=0
|
ARG BUILD_ID=0
|
||||||
|
|||||||
Reference in New Issue
Block a user