diff --git a/redhat/notes/2024/2024.12.podman.build.md b/redhat/notes/2024/2024.12.podman.build.md index 31cf9572..025d186e 100644 --- a/redhat/notes/2024/2024.12.podman.build.md +++ b/redhat/notes/2024/2024.12.podman.build.md @@ -17,7 +17,7 @@ FROM docker.io/rockylinux:9 RUN echo 'test' > /tmp/wzh.test -RUN sleep 99999999 +RUN sleep 9999999 EOF