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

This commit is contained in:
2023-08-14 00:16:43 +02:00
parent e07f850e05
commit c264d6bbc4

View File

@ -3,8 +3,8 @@ FROM alpine:3.14
ARG GRAALVERSION ARG GRAALVERSION
ARG SDKMAN ARG SDKMAN
COPY platform.sh /platform.sh COPY platform.sh ./platform.sh
RUN chmod +x /platform.sh && /platform.sh RUN chmod +x ./platform.sh && ./platform.sh
RUN apk update && apk upgrade && \ RUN apk update && apk upgrade && \
apk add --no-cache curl ca-certificates bash tzdata fontconfig apk add --no-cache curl ca-certificates bash tzdata fontconfig