diff --git a/Dockerfile b/Dockerfile index 1219d67..b4b970a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ FROM openjdk:8-jre-slim LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" RUN apt-get update -y \ - && apt-get install -y curl ca-certificates openssl git tar sqlite fontconfig tzdata \ + && apt-get install -y curl ca-certificates openssl git tar sqlite fontconfig tzdata iproute2 \ && useradd -d /home/container -m container USER container