From 5949a7f8b957c29b95203b2ad9cfb97dd493a7dd Mon Sep 17 00:00:00 2001 From: jackyu Date: Fri, 19 Apr 2024 17:09:10 +0800 Subject: [PATCH] add script to install podman --- base/podman/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/podman/Dockerfile b/base/podman/Dockerfile index 9c72963..eb46a81 100644 --- a/base/podman/Dockerfile +++ b/base/podman/Dockerfile @@ -62,10 +62,10 @@ ENV PATH $PATH:/usr/bin/sonar-scanner-$SONAR_SCANNER_VERSION-linux/bin COPY ./ ./ ENV EXCLUDE_DOCKER 1 -RUN ./hack/install_utils.sh && rm -rf ./* +RUN ./hack/install_utils.sh # Install podman -RUN ./hack/install_podman.sh +RUN ./hack/install_podman.sh && rm -rf ./* COPY storage.conf /etc/containers/storage.conf COPY containers.conf /etc/containers/containers.conf