Skip to content

Commit

Permalink
Add openjfx to Java image
Browse files Browse the repository at this point in the history
  • Loading branch information
Redande committed Mar 2, 2023
1 parent 9a5f86e commit cf24b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN \
# common utilities
apt install -y unzip curl build-essential libssl1.1 wget locales locales-all zstd && \
# Java packages
apt install -y openjdk-11-jdk maven ant && \
apt install -y openjdk-11-jdk openjfx maven ant && \
useradd --create-home user && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit cf24b11

Please sign in to comment.