From 8aae4e5eb9b4e41b7287720fe99962022f483ec3 Mon Sep 17 00:00:00 2001 From: Wang Zheng Date: Mon, 30 Dec 2024 12:32:24 +0800 Subject: [PATCH] podman build --- redhat/notes/2024/2024.12.podman.build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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