Skip to content

Commit

Permalink
add script to install podman
Browse files Browse the repository at this point in the history
  • Loading branch information
yudong2015 committed Apr 19, 2024
1 parent 618505c commit 5949a7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/podman/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5949a7f

Please sign in to comment.