Supprimer 'Dockerfile'

This commit is contained in:
chamalow 2023-02-15 15:03:03 +01:00
parent 7c35f310d8
commit 39e51491a6
1 changed files with 0 additions and 29 deletions

View File

@ -1,29 +0,0 @@
FROM debian:buster
LABEL version 1.0+beta.2
ENV JENKINS_HOME /var/jenkins
ENV DEBIAN_FRONTEND noninteractive
ENV REQUESTS_CA_BUNDLE /etc/ssl/certs/ca-certificates.crt
#download through the french mirror
RUN sed -i 's/deb\./ftp.fr./' /etc/apt/sources.list
RUN apt-get upgrade -y && apt-get update
RUN apt-get -y install \
git \
libnss-ldapd \
libpam-ldapd \
locales \
maven \
nfs-common \
ntp \
openjdk-8-jdk \
openssh-server \
python2.7 \
sudo \
supervisor \
unzip \
vim \
wget \
ca-certificates \
nginx