added some dockers for building jenkins agents

This commit is contained in:
2021-08-24 14:04:31 +00:00
commit d1049204bc
5 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,8 @@
cd /tmp
apt-get update &&
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
openssh-server openssh-client openjdk-11-jdk openjdk-11-jre \
gcc make autoconf automake libtool vim &&
useradd -m -s /bin/bash jenkins &&
mkdir -p /var/run/sshd