]> git.armaanb.net Git - dockerfiles.git/commitdiff
added jenkins
authorArmaan Bhojwani <3fb650a9-b47e-4604-a282-1dd91953b2ee@anonaddy.me>
Mon, 26 Oct 2020 21:56:08 +0000 (17:56 -0400)
committerArmaan Bhojwani <3fb650a9-b47e-4604-a282-1dd91953b2ee@anonaddy.me>
Mon, 26 Oct 2020 21:56:08 +0000 (17:56 -0400)
jenkins/README.md [new file with mode: 0644]
jenkins/lts/Dockerfile [new file with mode: 0644]

diff --git a/jenkins/README.md b/jenkins/README.md
new file mode 100644 (file)
index 0000000..ff8d7db
--- /dev/null
@@ -0,0 +1,2 @@
+# Jenkins
+A jenkins container with some extra tools
diff --git a/jenkins/lts/Dockerfile b/jenkins/lts/Dockerfile
new file mode 100644 (file)
index 0000000..cc3f31f
--- /dev/null
@@ -0,0 +1,4 @@
+FROM jenkins/jenkins:lts
+USER root
+RUN apt-get update && apt-get install -y make gcc g++
+USER jenkins