This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user