mirror of
https://github.com/Alexays/Waybar.git
synced 2025-10-29 11:37:21 +00:00
Dockerfiles: Use debian-slim for container
Slim images of Debian tend to be smaller even during development. Hence replace the full-fledged variant with the slim one. Signed-off-by: Steffen Kothe <steffen.kothe@skothe.net>
This commit is contained in:
parent
f8f795ac38
commit
76d0b44214
@ -1,6 +1,6 @@
|
||||
# vim: ft=Dockerfile
|
||||
|
||||
FROM debian:sid
|
||||
FROM debian:sid-slim
|
||||
|
||||
RUN apt update && \
|
||||
apt install --no-install-recommends --no-install-suggests -y \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user