commit | 35e6ed406a686482a65dad090653aeb6ee449dde | [log] [tgz] |
---|---|---|
author | Andy Bavier <acb@cs.princeton.edu> | Mon May 18 15:29:53 2015 -0400 |
committer | Andy Bavier <acb@cs.princeton.edu> | Mon May 18 15:29:53 2015 -0400 |
tree | 63a5b4484967660c87216ae71f0dce525f552022 | |
parent | aeaebe50b1ca0121a961430b15231b4954c936e2 [diff] [blame] |
Add git pull
diff --git a/Dockerfile b/Dockerfile index 45de0df..1645a05 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -116,6 +116,8 @@ # git clone uses cached copy, doesn't pick up latest RUN git -C /opt/ansible pull +RUN git -C /opt/ansible/lib/ansible/modules/core pull +RUN git -C /opt/ansible/v2/ansible/modules/core pull EXPOSE 8000