From f50873f20f2e57f5d28e7ec5aea6d3fb9e2c7a58 Mon Sep 17 00:00:00 2001 From: rtm516 Date: Sat, 16 Dec 2023 15:58:21 +0000 Subject: [PATCH] Add jq to container --- pterodactyl-geyser/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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