Initial commit
All checks were successful
ContainerImages/buildroot/pipeline/head This commit looks good
All checks were successful
ContainerImages/buildroot/pipeline/head This commit looks good
This commit is contained in:
22
Containerfile
Normal file
22
Containerfile
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user