Remove comments

This commit is contained in:
Wildan M 2025-05-28 09:59:13 +07:00
parent f542a13c44
commit f52a8d033f

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 \