From bb12081856cf83426134b28ceb13601c28019dcf Mon Sep 17 00:00:00 2001 From: uzurka Date: Mon, 14 Aug 2023 00:18:12 +0200 Subject: [PATCH] lighter Dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 433e8b7..64c0acc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,6 +4,7 @@ ARG GRAALVERSION ARG SDKMAN COPY platform.sh ./platform.sh +RUN ls -l RUN chmod +x ./platform.sh && ./platform.sh RUN apk update && apk upgrade && \