Skip to content
Snippets Groups Projects
Commit 516a21fa authored by TheBroTMv2's avatar TheBroTMv2
Browse files

Update Dockerfile

fixed stupid mistake (forgotten to add package to docker container ^^)
parent bf7c101b
No related branches found
No related tags found
1 merge request!1Master
......@@ -11,7 +11,7 @@ ADD papermc.sh .
ADD backup.sh .
ADD restore.sh .
RUN apt-get update \
&& apt-get install wget curl jq webp screen -y \
&& apt-get install wget curl jq webp screen grep -y \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir /papermc \
&& mkdir /backup
......
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