Skip to content
Snippets Groups Projects
Commit 5288b914 authored by tmueller's avatar tmueller
Browse files

Update Dockerfile

parent f8ff5c46
No related branches found
No related tags found
1 merge request!1Master
......@@ -16,7 +16,8 @@ RUN apt-get update \
&& apt-get install -y curl \
&& apt-get install -y jq \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir /papermc
&& mkdir /papermc \
&& groupadd -r mcuser && useradd -r -g mcuser mcuser
# Start script
......
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