Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2 from chilanti/build-fix
Browse files Browse the repository at this point in the history
Dockerfile fix
  • Loading branch information
chilanti committed Oct 4, 2019
2 parents 9463fe7 + 2da57f0 commit 32dfa35
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,11 @@ ARG CONTROLLER_BASE_URL
ENV KUBE_LATEST_VERSION="v1.11.1"
RUN wget https://github.com/appsody/appsody/releases/download/${CLI_VERSION}/appsody-${CLI_VERSION}-1.x86_64.rpm
RUN yum localinstall -y ./appsody-${CLI_VERSION}-1.x86_64.rpm
RUN chmod +x extract.sh
RUN wget https://storage.googleapis.com/kubernetes-release/release/${KUBE_LATEST_VERSION}/bin/linux/amd64/kubectl
RUN mv ./kubectl /usr/local/bin
RUN chmod 755 /usr/local/bin/kubectl
RUN mkdir -p /tmp/controller && \
cd /tmp/appsody-controller
RUN wget ${CONTROLLER_BASE_URL}/appsody-controller
RUN mv ./appsody-controller /tmp/appsody-controller
RUN chmod 755 /tmp/appsody-controller
COPY ./appsody-setup.sh /tmp/appsody-setup.sh
RUN chmod 755 /tmp/appsody-setup.sh

0 comments on commit 32dfa35

Please sign in to comment.