Skip to content

Commit

Permalink
Add jq to container
Browse files Browse the repository at this point in the history
  • Loading branch information
rtm516 authored Dec 16, 2023
1 parent 467d8b9 commit f50873f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pterodactyl-geyser/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ FROM eclipse-temurin:17-jdk-jammy
LABEL author="Michael Parker" maintainer="[email protected]"

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
Expand Down

0 comments on commit f50873f

Please sign in to comment.