Skip to content

Commit

Permalink
Add docker host env var
Browse files Browse the repository at this point in the history
  • Loading branch information
sivaprasadreddy committed Jan 12, 2024
1 parent 428bf1b commit 6fe0592
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile-jenkins-agent
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM jenkins/ssh-agent:alpine-jdk17
USER root
#RUN apt update && curl -fsSL https://get.docker.com | sh
#RUN usermod -aG docker jenkins

RUN apk update && apk add --update docker openrc busybox-extras

#USER jenkins

0 comments on commit 6fe0592

Please sign in to comment.