Skip to content

Commit

Permalink
Change directory name after unzipping
Browse files Browse the repository at this point in the history
  • Loading branch information
kdkaergaard committed Sep 18, 2021
1 parent ee34a4d commit 19f9450
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ RUN apt-get -y update && \
apt-get -y --force-yes install ca-certificates wget unzip && \
mkdir soldat && \
wget https://static.soldat.pl/downloads/soldatserver2.8.2_1.7.1.1.zip && \
unzip soldatserver2.8.2_1.7.1.1.zip -d soldat && \
unzip soldatserver2.8.2_1.7.1.1.zip && \
mv soldatserver2.8.2_1.7.1.1 soldat && \
chmod +x soldat/soldatserver && \
chmod -R 0777 soldat/logs && \
chmod -R u+w soldat/logs/ && \
Expand Down

0 comments on commit 19f9450

Please sign in to comment.