Skip to content

Commit

Permalink
fixed dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kosta-codefresh committed Apr 19, 2017
1 parent 357b788 commit c9fe4bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ RUN tar xf "${GCLOUD_SDK_FILENAME}" && \
/google-cloud-sdk/bin/gcloud components install -q kubectl;

ADD cf-deploy-kubernetes.sh /cf-deploy-kubernetes
ADD template.sh /template.sh

# Set the default path to include all the commands
RUN \
ln -s /google-cloud-sdk/bin/kubectl /usr/local/bin/kubectl && \
chmod +x /cf-deploy-kubernetes
chmod +x /cf-deploy-kubernetes && \
chmod +x /template.sh

CMD ["bash"]

0 comments on commit c9fe4bc

Please sign in to comment.