Skip to content

Commit

Permalink
Merge pull request #56 from deepmind/ci-kapitan-upgrade
Browse files Browse the repository at this point in the history
Add upgrade flag to kapitan install in CI Docker image
  • Loading branch information
ramaro authored Apr 4, 2018
2 parents e69ea09 + 23b09a2 commit ffddc66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ RUN apk add --no-cache python3-dev git g++ make libstdc++ gnupg musl-dev util-li
if [[ ! -e /usr/bin/python ]]; then ln -sf /usr/bin/python3 /usr/bin/python; fi && \
rm -r /root/.cache

RUN pip3 install --no-cache-dir git+https://github.com/deepmind/kapitan.git --process-dependency-links
RUN pip3 install --upgrade --no-cache-dir git+https://github.com/deepmind/kapitan.git --process-dependency-links

RUN gcloud components install kubectl

0 comments on commit ffddc66

Please sign in to comment.