Files
buildroot/Containerfile
Dustin C. Hatch 86126f927c
All checks were successful
ContainerImages/buildroot/pipeline/head This commit looks good
Initial commit
2022-12-21 10:01:17 -06:00

23 lines
364 B
Docker

FROM git.pyrocufflink.blue/containerimages/jenkins-base
RUN dnf install -y \
bc \
bzip2 \
cpio \
diffutils \
g++ \
gcc \
git \
make \
ncurses-devel \
openssh-clients \
patch \
perl-ExtUtils-MakeMaker \
perl-FindBin \
perl-Thread-Queue \
rsync \
systemd \
wget \
which \
&& dnf clean all