Skip to content

Commit 9c2096f

Browse files
committed
docker 4.2.5: fix path to start script
1 parent b8be905 commit 9c2096f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/docker/4.2.5/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ RUN yum -y install wget which
55
ADD https://raw.githubusercontent.com/zenoss/core-autodeploy/4.2.5/core-autodeploy.sh ./
66
ADD https://raw.githubusercontent.com/zenoss/core-autodeploy/4.2.5/secure_zenoss.sh ./
77
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
8+
RUN chmod +x /core-autodeploy.sh
9+
RUN echo -e "\ny\n" | /core-autodeploy.sh
1010
ADD remote_start.sh ./

0 commit comments

Comments
 (0)