Skip to content

Commit

Permalink
updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Mar 8, 2021
1 parent ca1b097 commit 8cd9715
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jenkins-docker/Dockerfile
Expand Up @@ -23,6 +23,7 @@ USER root

RUN set -eux && \
apt-get update && \
apt-get install -y docker.io
apt-get install -y docker.io && \
curl -sS https://raw.githubusercontent.com/HariSekhon/bash-tools/master/clean_caches.sh | sh

USER jenkins

0 comments on commit 8cd9715

Please sign in to comment.