lighter Dockerfile
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-08-14 00:18:12 +02:00
parent c264d6bbc4
commit bb12081856

View File

@ -4,6 +4,7 @@ ARG GRAALVERSION
ARG SDKMAN ARG SDKMAN
COPY platform.sh ./platform.sh COPY platform.sh ./platform.sh
RUN ls -l
RUN chmod +x ./platform.sh && ./platform.sh RUN chmod +x ./platform.sh && ./platform.sh
RUN apk update && apk upgrade && \ RUN apk update && apk upgrade && \