Skip to content

Commit

Permalink
Change to Jenkin's repo
Browse files Browse the repository at this point in the history
  • Loading branch information
maskshell authored Nov 11, 2020
1 parent 5827157 commit 8ebfa25
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
FROM jenkins:latest
FROM jenkins/jenkins:latest
MAINTAINER Analyser, [email protected]

ARG user=jenkins

USER root

RUN apt-get update && \
apt-get install -y lib32stdc++6 lib32z1 && \
rm -rf /var/lib/apt/lists/*
USER jenkins

USER ${user}

0 comments on commit 8ebfa25

Please sign in to comment.