dustin
/
jenkinsagent
Archived
1
0
Fork 0
This repository has been archived on 2023-11-14. You can view files and clone it, but cannot push or open issues/pull-requests.
jenkinsagent/ci/Dockerfile

12 lines
199 B
Docker

FROM registry.fedoraproject.org/fedora:34
RUN dnf install -y \
gcc \
make \
ncurses-devel \
perl-ExtUtils-MakeMaker \
perl-FindBin \
perl-Thread-Queue \
which \
&& dnf clean all