Skip to content

Commit

Permalink
Use temurin as openjdk docker is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Kas-tle authored Oct 12, 2023
1 parent 9cfdd23 commit 1690b84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pterodactyl-geyser/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
# Environment: Java (glibc support)
# Minimum Panel Version: 0.6.0
# ----------------------------------
FROM openjdk:17-slim
FROM eclipse-temurin:17-jdk-jammy

LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"

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

0 comments on commit 1690b84

Please sign in to comment.