Skip to content

Commit

Permalink
Fix Dockerfile for testing image (kubeflow#65)
Browse files Browse the repository at this point in the history
* fix

* use ks 0.9.1
  • Loading branch information
lluunn authored and k8s-ci-robot committed Mar 15, 2018
1 parent e08e271 commit 79c5f16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,9 @@ RUN cd /tmp && \
# Install ksonnet
RUN cd /tmp && \
wget -O ks.tar.gz \
https://github.com/ksonnet/ksonnet/releases/download/v0.9.0/ks_0.9.0_linux_amd64.tar.gz && \
https://github.com/ksonnet/ksonnet/releases/download/v0.9.1/ks_0.9.1_linux_amd64.tar.gz && \
tar -xvf ks.tar.gz && \
mv ks_0.8.0_linux_amd64/ks /usr/local/bin && \
mv ks_0.9.1_linux_amd64/ks /usr/local/bin && \
chmod a+x /usr/local/bin/ks

COPY ./requirements.txt /tmp/requirements.txt
Expand Down

0 comments on commit 79c5f16

Please sign in to comment.