Skip to content

Commit

Permalink
Bounce version
Browse files Browse the repository at this point in the history
  • Loading branch information
kdkaergaard committed Sep 18, 2021
1 parent 0ee7fe2 commit ea7caa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM 32bit/debian:jessie AS base
RUN apt-get -y update && \
apt-get -y install ca-certificates wget unzip && \
mkdir soldat && \
wget https://static.soldat.pl/downloads/soldatserver2.8.1_1.7.1.zip && \
unzip soldatserver2.8.1_1.7.1.zip -d 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 && \
chmod +x soldat/soldatserver && \
chmod -R 0777 soldat/logs && \
chmod -R u+w soldat/logs/ && \
Expand Down

0 comments on commit ea7caa9

Please sign in to comment.