Přidat Dockerfile
Some checks failed
Build Minecraft Stats Ownercz Image / Build-Minecraft-Stats-Image (push) Failing after 1m26s
Some checks failed
Build Minecraft Stats Ownercz Image / Build-Minecraft-Stats-Image (push) Failing after 1m26s
This commit is contained in:
parent
d5c590811c
commit
7566bf61ab
5
Dockerfile
Normal file
5
Dockerfile
Normal file
@ -0,0 +1,5 @@
|
||||
FROM ubuntu:22.04
|
||||
RUN apt update; apt-get install software-properties-common -y \
|
||||
wget -O- https://apt.corretto.aws/corretto.key | apt-key add - \
|
||||
add-apt-repository 'deb https://apt.corretto.aws stable main' \
|
||||
apt-get update; apt-get install -y java-17-amazon-corretto-jdk
|
Loading…
Reference in New Issue
Block a user