forgot to add the route2 package

This commit is contained in:
Michael (Parker) Parker 2019-03-31 22:04:00 -04:00
parent 123a3d5681
commit 562c37b83f

View File

@ -8,7 +8,7 @@ FROM openjdk:8-jre-slim
LABEL author="Michael Parker" maintainer="parker@pterodactyl.io" LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"
RUN apt-get update -y \ 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 && useradd -d /home/container -m container
USER container USER container