From 7a4ef61009239e3212a295cc1f01c56f9a88548c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radim=20Lipov=C4=8Dan?= <radim@lipovcan.cz> Date: Tue, 12 Mar 2024 18:13:02 +0100 Subject: [PATCH] Aktualizovat Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fea7e37..2438fe5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:22.04 RUN apt-get update; apt-get install -y wget gpg unzip RUN wget -O - https://apt.corretto.aws/corretto.key | gpg --dearmor -o /usr/share/keyrings/corretto-keyring.gpg && \ echo "deb [signed-by=/usr/share/keyrings/corretto-keyring.gpg] https://apt.corretto.aws stable main" | tee /etc/apt/sources.list.d/corretto.list -RUN apt-get update; apt-get install -y nginx java-17-amazon-corretto-jdk +RUN apt-get update; apt-get install -y nginx java-17-amazon-corretto-jdk supervisor COPY MinecraftStatsCLI.zip /source/MinecraftStatsCLI.zip COPY MinecraftStatsWeb.zip /source/MinecraftStatsWeb.zip COPY nginx.conf /opt/nginx.conf