add more variables

This commit is contained in:
Fl3xm3ist3r 2024-12-07 13:17:24 +01:00
parent fff03a24bb
commit dae6943a6a
3 changed files with 50 additions and 16 deletions

View file

@ -4,8 +4,8 @@ FROM openjdk:21-buster
LABEL version="1.27.0"
RUN apt-get update && apt-get install -y curl unzip && \
adduser --uid 99 --gid 100 --home /data --disabled-password minecraft
RUN apt-get update && apt-get install -y curl unzip jq && \
adduser --uid 99 --gid 100 --home /data --disabled-password minecraft
COPY launch.sh /launch.sh
RUN chmod +x /launch.sh