diff --git a/java/11/Dockerfile b/java/11/Dockerfile index 7feee8b..69993c7 100644 --- a/java/11/Dockerfile +++ b/java/11/Dockerfile @@ -36,7 +36,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 sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ + && apt-get install -y lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ && useradd -d /home/container -m container USER container diff --git a/java/11j9/Dockerfile b/java/11j9/Dockerfile index 8325fee..4454341 100644 --- a/java/11j9/Dockerfile +++ b/java/11j9/Dockerfile @@ -28,7 +28,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 sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ + && apt-get install -y lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ && useradd -d /home/container -m container USER container diff --git a/java/16/Dockerfile b/java/16/Dockerfile index 2a9ce37..354aef5 100644 --- a/java/16/Dockerfile +++ b/java/16/Dockerfile @@ -28,7 +28,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 sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ + && apt-get install -y lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ && useradd -d /home/container -m container USER container diff --git a/java/16j9/Dockerfile b/java/16j9/Dockerfile index 125b73d..0f5632e 100644 --- a/java/16j9/Dockerfile +++ b/java/16j9/Dockerfile @@ -28,7 +28,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 sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ + && apt-get install -y lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ && useradd -d /home/container -m container USER container diff --git a/java/17/Dockerfile b/java/17/Dockerfile index 5c2d8eb..916fd33 100644 --- a/java/17/Dockerfile +++ b/java/17/Dockerfile @@ -28,7 +28,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 sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ + && apt-get install -y lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ && useradd -d /home/container -m container USER container diff --git a/java/17j9/Dockerfile b/java/17j9/Dockerfile index 419ec26..3bec1ec 100644 --- a/java/17j9/Dockerfile +++ b/java/17j9/Dockerfile @@ -28,7 +28,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 sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ + && apt-get install -y lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ && useradd -d /home/container -m container USER container diff --git a/java/8/Dockerfile b/java/8/Dockerfile index 5ee3757..c0aff5b 100644 --- a/java/8/Dockerfile +++ b/java/8/Dockerfile @@ -36,7 +36,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 sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ + && apt-get install -y lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ && useradd -d /home/container -m container USER container diff --git a/java/8j9/Dockerfile b/java/8j9/Dockerfile index 616ad69..77d5348 100644 --- a/java/8j9/Dockerfile +++ b/java/8j9/Dockerfile @@ -28,7 +28,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 sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ + && apt-get install -y lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 \ && useradd -d /home/container -m container USER container