diff --git a/Dockerfile b/Dockerfile index 4e775b4..f6c7812 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,7 @@ RUN mkdir /scripts COPY platform.sh /scripts/platform.sh RUN ls -l /scripts RUN chmod +x /scripts/platform.sh -RUN /scripts/platform.sh +RUN ["/bin/bash", "-c", "/scripts/platform.sh"] SHELL ["/bin/bash", "-c"]