mirror of https://github.com/nirenjan/libx52.git
9 lines
312 B
Docker
9 lines
312 B
Docker
FROM fedora:latest
|
|
|
|
LABEL org.opencontainers.image.description="INTERNAL CI USE ONLY - Not intended for production"
|
|
LABEL org.opencontainers.image.authors="Nirenjan Krishnan"
|
|
|
|
COPY ./install-dependencies-fedora.sh ./ci-setup.sh /tmp/
|
|
|
|
RUN /tmp/install-dependencies-fedora.sh && dnf clean all && /tmp/ci-setup.sh
|