Files
buildroot/Containerfile
Dustin C. Hatch 3510621a0c
All checks were successful
ContainerImages/buildroot/pipeline/head This commit looks good
Install perl-Time-Piece
Required to build libopenssl-3.5.4
2025-11-12 20:35:27 -06:00

30 lines
472 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-English \
perl-ExtUtils-MakeMaker \
perl-FindBin \
perl-IPC-Cmd \
perl-Thread-Queue \
perl-Time-Piece \
perl-bignum \
perl-open \
rsync \
systemd \
wget \
which \
&& dnf clean all
USER jenkins