cleanup, remove commented lines Signed-off-by: pdion891 <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/5a91b0a7 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/tree/5a91b0a7 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/diff/5a91b0a7 Branch: refs/heads/master Commit: 5a91b0a7b9c89e3ad9a3bd1bbb2bc6f07712252e Parents: 7b21d1d Author: Pierre-Luc Dion <[email protected]> Authored: Tue Jun 30 08:35:27 2015 -0400 Committer: pdion891 <[email protected]> Committed: Sat Jul 4 08:27:51 2015 -0400 ---------------------------------------------------------------------- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/blob/5a91b0a7/Dockerfile ---------------------------------------------------------------------- diff --git a/Dockerfile b/Dockerfile index afdcf9e..c6d051b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,16 +24,11 @@ LABEL Vendor="Apache.org" LABEL License=ApacheV2 LABEL Version=5.3.2 -#COPY dist/cloudmonkey-*.tar.gz / COPY . /cloudstack-cloudmonkey -#WORKDIR /cloudmonkey -#RUN pip install /cloudmonkey-*.tar.gz -#RUN rm /*.tar.gz RUN pip install requests RUN (cd /cloudstack-cloudmonkey; python setup.py build) RUN (cd /cloudstack-cloudmonkey; python setup.py install) - RUN mkdir -p /cloudmonkey WORKDIR /cloudmonkey COPY config.docker /cloudmonkey/config
