Skip to content

Commit

Permalink
feat: Add Openjdk17 (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
UlisesLuzius authored Feb 16, 2023
1 parent dc17816 commit 246c6f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions commons/java/openjdk17/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM cloudsuite/base-os:ubuntu

RUN apt-get update -y && apt-get install -y --no-install-recommends openjdk-17-jdk-headless \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit 246c6f2

Please sign in to comment.