Making the build work
This commit is contained in:
parent
e7bd82e172
commit
f1907d2169
|
|
@ -1,6 +1,2 @@
|
||||||
FROM debian:bookworm-slim
|
FROM debian:trixie
|
||||||
RUN apt update && apt install -y docker.io make bash curl
|
RUN apt update && apt install -y docker.io make bash curl zip unzip openjdk-22-jdk
|
||||||
RUN curl -s "https://get.sdkman.io" | bash
|
|
||||||
RUN bash -c 'source "$HOME/.sdkman/bin/sdkman-init.sh" && sdk install java 22.0.2-tem'
|
|
||||||
COPY jenkins_entrypoint.sh /entrypoint.sh
|
|
||||||
ENTRYPOINT ["bash", "/entrypoint.sh"]
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue