summaryrefslogtreecommitdiff
path: root/contrib/imgprune/Dockerfile
blob: 26329e8284249de61082a77cb644028875a02a0d (plain)
1
2
3
4
5
6
7
FROM 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