Skip to content
Snippets Groups Projects
Commit 41accfef authored by tmueller's avatar tmueller
Browse files

Update Dockerfile

parent eac5b434
No related branches found
No related tags found
1 merge request!1Master
......@@ -10,12 +10,14 @@ ENV MC_VERSION="latest" \
ADD papermc.sh .
COPY backup.sh .
COPY restore.sh .
RUN apt-get update \
&& apt-get install -y wget \
&& apt-get install -y curl \
&& apt-get install -y jq \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir /papermc
&& mkdir /papermc \
&& chmod +x papermc.sh
RUN groupadd -r mc && useradd -r -g mc mc
USER mc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment