We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8be905 commit 9c2096fCopy full SHA for 9c2096f
1 file changed
test/docker/4.2.5/Dockerfile
@@ -5,6 +5,6 @@ RUN yum -y install wget which
5
ADD https://raw.githubusercontent.com/zenoss/core-autodeploy/4.2.5/core-autodeploy.sh ./
6
ADD https://raw.githubusercontent.com/zenoss/core-autodeploy/4.2.5/secure_zenoss.sh ./
7
ADD https://raw.githubusercontent.com/zenoss/core-autodeploy/4.2.5/zenpack_actions.txt ./
8
-RUN chmod +x ./core-autodeploy.sh
9
-RUN echo -e "\ny\n" | ./core-autodeploy.sh
+RUN chmod +x /core-autodeploy.sh
+RUN echo -e "\ny\n" | /core-autodeploy.sh
10
ADD remote_start.sh ./
0 commit comments