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

19 lines
288 B
Docker

FROM registry.fedoraproject.org/fedora:34
RUN dnf install -y \
bc \
bzip2 \
cpio \
g++ \
gcc \
make \
ncurses-devel \
patch \
perl-ExtUtils-MakeMaker \
perl-FindBin \
perl-Thread-Queue \
rsync \
wget \
which \
&& dnf clean all