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