From 961174f896800ef2903a2e36322c8cd90506f752 Mon Sep 17 00:00:00 2001 From: myve Date: Mon, 27 Jan 2025 01:39:29 +0000 Subject: [PATCH] Update plasma/Dockerfile --- plasma/Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plasma/Dockerfile b/plasma/Dockerfile index 5d86cae..1393b45 100644 --- a/plasma/Dockerfile +++ b/plasma/Dockerfile @@ -2,6 +2,9 @@ FROM quay.io/archlinux/archlinux:base-devel USER root +# Exempt from image pruning +LABEL prune="do_not_delete" + # Build ARG for additional packages to install (eg, openssh) ARG addpkg