commit | 7af6fc74ddfebcf2431515997f85775ef0cd3f61 | [log] [tgz] |
---|---|---|
author | Carlos Sanchez <carlos@apache.org> | Thu May 14 11:54:47 2015 +0200 |
committer | Carlos Sanchez <carlos@apache.org> | Thu May 14 11:54:47 2015 +0200 |
tree | 92eacc43314e80b2ac8f0e3bf955d17ca339add8 | |
parent | 0351c1ce269e1958c66eb7120d22dd5a97850e59 [diff] | |
parent | 83e35485d8b9756baf722243d54cd5563ccb5fc5 [diff] |
Merge branch 'patch-2' of https://github.com/ggtools/jenkins-ci.org-docker into ggtools-patch-2
diff --git a/README.md b/README.md index 9846eab..76d486b 100644 --- a/README.md +++ b/README.md
@@ -88,7 +88,7 @@ FROM jenkins # if we want to install via apt USER root -RUN apt-get install -y ruby make more-thing-here +RUN apt-get update && apt-get install -y ruby make more-thing-here USER jenkins # drop back to the regular jenkins user - good practice ```