Skip to content

Commit f9cfbbd

Browse files
committed
Simplify java base image
1 parent 9d9c7bc commit f9cfbbd

File tree

2 files changed

+1
-14
lines changed

2 files changed

+1
-14
lines changed

src/ubuntu-vnc-java/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
FROM robocupssl/ubuntu-vnc:latest
22

33
USER root
4-
RUN apt-get update && apt-get install -y openjdk-17-jdk && apt-get clean -y
5-
COPY installGraalVM.sh /temp/installGraalVM.sh
6-
RUN bash /temp/installGraalVM.sh
4+
RUN apt-get update && apt-get install -y openjdk-21-jdk && apt-get clean -y
75
USER default

src/ubuntu-vnc-java/installGraalVM.sh

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)