From f52a8d033fc69b819dbecac9a023c477f49d9442 Mon Sep 17 00:00:00 2001 From: Wildan M Date: Wed, 28 May 2025 09:59:13 +0700 Subject: [PATCH] Remove comments --- podman/redox-base-containerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/podman/redox-base-containerfile b/podman/redox-base-containerfile index 94325f9a8..326e79c5a 100644 --- a/podman/redox-base-containerfile +++ b/podman/redox-base-containerfile @@ -2,9 +2,6 @@ FROM debian:stable-backports -# _UID_ must be replaced with the user's uid on host -# podman root is mapped to your user id on host during build, -# poduser is mapped to your user id during podman run RUN apt-get update \ && apt-get install -y --no-install-recommends -t stable-backports \ ant \