diff --git a/pterodactyl-geyser/Dockerfile b/pterodactyl-geyser/Dockerfile index ab0e7f3..95f7116 100644 --- a/pterodactyl-geyser/Dockerfile +++ b/pterodactyl-geyser/Dockerfile @@ -8,7 +8,7 @@ FROM eclipse-temurin:17-jdk-jammy LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" RUN apt-get update -y \ - && apt-get install -y lsof 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 jq \ && useradd -d /home/container -m container USER container