add more variables
This commit is contained in:
parent
fff03a24bb
commit
dae6943a6a
3 changed files with 50 additions and 16 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue