From 198e3d6fedbadab6c4ada93e3683ca4b0d7127e1 Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 19 Oct 2021 19:59:37 +0300 Subject: [PATCH] fix: java image building --- java/11/Dockerfile | 2 +- java/16/Dockerfile | 2 +- java/8/Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/java/11/Dockerfile b/java/11/Dockerfile index 16f2e0e..7a93f06 100644 --- a/java/11/Dockerfile +++ b/java/11/Dockerfile @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolk LABEL org.opencontainers.image.licenses=MIT RUN apt-get update -y \ - && apt-get install -y curl ca-certificates openssl git tar sqlite fontconfig tzdata iproute2 \ + && apt-get install -y curl ca-certificates openssl git tar sqlite3 fontconfig tzdata iproute2 \ && useradd -d /home/container -m container USER container diff --git a/java/16/Dockerfile b/java/16/Dockerfile index 17687aa..3d741ba 100644 --- a/java/16/Dockerfile +++ b/java/16/Dockerfile @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolk LABEL org.opencontainers.image.licenses=MIT RUN apt-get update -y \ - && apt-get install -y curl ca-certificates openssl git tar sqlite fontconfig tzdata iproute2 \ + && apt-get install -y curl ca-certificates openssl git tar sqlite3 fontconfig tzdata iproute2 \ && useradd -d /home/container -m container USER container diff --git a/java/8/Dockerfile b/java/8/Dockerfile index e220ce6..a61c46c 100644 --- a/java/8/Dockerfile +++ b/java/8/Dockerfile @@ -6,7 +6,7 @@ LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolk LABEL org.opencontainers.image.licenses=MIT RUN apt-get update -y \ - && apt-get install -y curl ca-certificates openssl git tar sqlite fontconfig tzdata iproute2 \ + && apt-get install -y curl ca-certificates openssl git tar sqlite3 fontconfig tzdata iproute2 \ && useradd -d /home/container -m container USER container