Skip to content
Snippets Groups Projects
Verified Commit 696f8e2e authored by Janne Mareike Koschinski's avatar Janne Mareike Koschinski
Browse files

Fixed paths

parent ce3bf5f2
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ RUN adduser -h /minecraft minecraft -D -s /bin/bash
ADD http://mcmyadmin.com/Downloads/MCMA2_glibc26_2.zip /tmp/
ADD http://mcmyadmin.com/Downloads/etc.zip /tmp/
RUN unzip -q /tmp/etc.zip -d /usr/local && \
mkdir -p /opt/mcmyadmin2 && \
unzip -q /tmp/MCMA2_glibc26_2.zip -d /opt/mcmyadmin2 && \
rm -rf /tmp/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment