mirror of
https://github.com/containers/podman.git
synced 2025-12-01 18:49:18 +08:00
8 lines
185 B
Docker
8 lines
185 B
Docker
FROM quay.io/libpod/imgts:latest
|
|
|
|
RUN yum -y update && \
|
|
yum clean all
|
|
|
|
COPY /contrib/imgprune/entrypoint.sh /usr/local/bin/entrypoint.sh
|
|
RUN chmod 755 /usr/local/bin/entrypoint.sh
|