From: Armaan Bhojwani <3fb650a9-b47e-4604-a282-1dd91953b2ee@anonaddy.me> Date: Fri, 30 Oct 2020 15:53:03 +0000 (-0400) Subject: changed tag name X-Git-Url: https://git.armaanb.net/tall.bot/tree/LICENSE?p=dockerfiles.git;a=commitdiff_plain;h=82e5d1605f6652d8b690ca4911bf653e7e976aae changed tag name --- diff --git a/README.md b/README.md index f98e2f5..76954d9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Dockerfiles -Just some custom dockerfiles that I use. Not good for production use +Just some custom dockerfiles that I use. Not good for production use. I have other docker images in other repos as well if the code is hosted on this Codeberg account Copyright © 2020 Armaan Bhojwani This work is free. You can redistribute it and/or modify it under the diff --git a/jenkins/latest/Dockerfile b/jenkins/latest/Dockerfile new file mode 100644 index 0000000..4d11598 --- /dev/null +++ b/jenkins/latest/Dockerfile @@ -0,0 +1,4 @@ +FROM jenkins/jenkins:lts +USER root +RUN apt-get update && apt-get install -y make gcc g++ libreadline-dev docker +USER jenkins diff --git a/jenkins/lts/Dockerfile b/jenkins/lts/Dockerfile deleted file mode 100644 index cc3f31f..0000000 --- a/jenkins/lts/Dockerfile +++ /dev/null @@ -1,4 +0,0 @@ -FROM jenkins/jenkins:lts -USER root -RUN apt-get update && apt-get install -y make gcc g++ -USER jenkins