6 lines
98 B
Plaintext
6 lines
98 B
Plaintext
FROM alpine:3.19
|
|
RUN apk update
|
|
RUN apk add git nodejs openjdk21-jdk openjdk17-jdk openjdk8-jdk
|
|
|
|
|