forgot to add the route2 package
This commit is contained in:
parent
123a3d5681
commit
562c37b83f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user