gstreamer/docker/fedora/Dockerfile
Jordan Petridis 71ef6dd804 docker/fedora: use upstream registry to retch the base image
Fedora is now hosting its official docker images at
https://registry.fedoraproject.org
2019-03-14 15:33:05 +00:00

6 lines
149 B
Docker

FROM registry.fedoraproject.org/fedora:29
COPY prepare.sh cleanup.sh /root/
RUN /usr/bin/sh /root/prepare.sh && \
/usr/bin/sh /root/cleanup.sh