Skip to content

Instantly share code, notes, and snippets.

@yitznewton
Created September 23, 2022 18:32
Show Gist options
  • Save yitznewton/1c71f24c512c1295631e0722db45fcda to your computer and use it in GitHub Desktop.
Save yitznewton/1c71f24c512c1295631e0722db45fcda to your computer and use it in GitHub Desktop.
Dockerfile.jenkins
# At cppdh/jenkins:latest
FROM jenkins/jenkins:latest
USER root
RUN apt-get update && apt-get install -y awscli ruby
USER jenkins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment