This commit is contained in:
@ -44,11 +44,9 @@ ARG GRAALVM_MINOR_VERSION
|
|||||||
ARG JAVA_VERSION
|
ARG JAVA_VERSION
|
||||||
ARG JAVA_HOME
|
ARG JAVA_HOME
|
||||||
|
|
||||||
RUN mkdir /scripts
|
COPY platform.sh ./
|
||||||
COPY platform.sh /scripts/platform.sh
|
RUN chmod +x ./platform.sh
|
||||||
RUN ls -l /scripts
|
RUN ./platform.sh
|
||||||
RUN chmod +x /scripts/platform.sh
|
|
||||||
RUN ["/bin/bash", "-c", "/scripts/platform.sh"]
|
|
||||||
|
|
||||||
SHELL ["/bin/bash", "-c"]
|
SHELL ["/bin/bash", "-c"]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user