Github user milamberspace commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/910#discussion_r41616136
  
    --- Diff: tools/docker/Dockerfile.centos6 ---
    @@ -23,15 +23,19 @@ LABEL Vendor="Apache.org" License="ApacheV2" 
Version="4.6.0"
     ENV 
PKG_URL=http://jenkins.buildacloud.org/job/package-rhel63-master/lastSuccessfulBuild/artifact/dist/rpmbuild/RPMS/x86_64
     
     # install CloudStack
    -RUN yum install -y \
    +RUN yum install -y nc wget \
         ${PKG_URL}/cloudstack-common-4.6.0-SNAPSHOT.el6.x86_64.rpm \
         ${PKG_URL}/cloudstack-management-4.6.0-SNAPSHOT.el6.x86_64.rpm
     
     RUN cd /etc/cloudstack/management; \
         ln -s tomcat6-nonssl.conf tomcat6.conf; \
         ln -s server-nonssl.xml server.xml; \
    -    ln -s log4j-cloud.xml log4j.xml
    +    ln -s log4j-cloud.xml log4j.xml; \
    +    cd /usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver; \
    +    wget http://download.cloud.com.s3.amazonaws.com/tools/vhd-util
    --- End diff --
    
    Perhaps instead of theses 2 last lines:
    wget -O 
/usr/share/cloudstack-common/scripts/vm/hypervisor/xenserver/vhd-util 
http://download.cloud.com.s3.amazonaws.com/tools/vhd-util
    (one line)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to