Skip to content

Commit

Permalink
Upgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
phellarv committed May 27, 2021
1 parent 1a60468 commit 24a70a0
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 @@ -34,9 +34,9 @@ ADD whitelist.json /data/
ADD eula.txt /data/

# download technicpack
RUN curl -s "http://solder.endermedia.com/repository/downloads/the-1122-pack/the-1122-pack_1.1.1.zip" -o /data/the-1122-pack_1.1.1.zip
RUN curl -s "http://solder.endermedia.com/repository/downloads/the-1122-pack/the-1122-pack_1.3.5.zip" -o /data/the-1122-pack_1.3.5.zip
#ADD BTeam_Server_v1.0.12a.zip /data/BTeam_Server_v1.0.12a.zip
RUN unzip the-1122-pack_1.1.1.zip && rm the-1122-pack_1.1.1.zip
RUN unzip the-1122-pack_1.1.1.zip && rm the-1122-pack_1.3.5.zip

# disable mods
RUN mkdir -p mods/disabled
Expand Down

0 comments on commit 24a70a0

Please sign in to comment.