Initial commit
ContainerImages/buildroot/pipeline/head This commit looks good
Details
ContainerImages/buildroot/pipeline/head This commit looks good
Details
commit
86126f927c
|
@ -0,0 +1,22 @@
|
||||||
|
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
|
|
@ -0,0 +1 @@
|
||||||
|
buildContainerImage()
|
Loading…
Reference in New Issue