parent
ddd996ab10
commit
df97618092
@ -1,5 +1,6 @@
|
|||||||
FROM ubuntu:22.04
|
FROM ubuntu:22.04
|
||||||
RUN apt update; apt-get install software-properties-common -y \
|
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 unzip
|
||||||
wget -O- https://apt.corretto.aws/corretto.key | apt-key add - \
|
COPY MinecraftStatsCLI.zip /source/MinecraftStatsCLI.zip
|
||||||
add-apt-repository 'deb https://apt.corretto.aws stable main' \
|
COPY MinecraftStatsWeb.zip /source/MinecraftStatsWeb.zip
|
||||||
apt-get update; apt-get install -y java-17-amazon-corretto-jdk
|
RUN unzip /source/MinecraftStatsCLI.zip /opt/mcstatscli/
|
||||||
|
RUN unzip /source/MinecraftStatsWeb.zip /opt/mcstatsweb/
|
Loading…
Reference in New Issue
Block a user