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 \