5 lines
136 B
Java
5 lines
136 B
Java
|
FROM git.staropensource.de/staropensource/actions-docker:latest
|
||
|
|
||
|
# Install latest OpenJDK release
|
||
|
RUN pacman -S --noconfirm jdk-openjdk
|