Remove comments

This commit is contained in:
Wildan M 2025-05-28 09:59:13 +07:00
parent 104d1d6b82
commit 9114ec3cf1

View File

@ -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 \