Skip to content

Commit

Permalink
Skip pre-creation of soldat directory
Browse files Browse the repository at this point in the history
  • Loading branch information
kdkaergaard committed Sep 18, 2021
1 parent 21aa1f5 commit 9a432fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
FROM debian:10-slim AS base
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 && \
mv solda*/ soldat && \
Expand Down

0 comments on commit 9a432fc

Please sign in to comment.