Skip to content

Commit

Permalink
Merge pull request #113 from Gameaday/patch-1
Browse files Browse the repository at this point in the history
Remove '-slim' modifier from TSHOCK's mono version
  • Loading branch information
ryansheehan authored Aug 17, 2022
2 parents dfb8c1c + 5fb8a49 commit d76073b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tshock/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ RUN apk add --update-cache \
# add the bootstrap file
COPY bootstrap.sh /tshock/bootstrap.sh

ENV TSHOCKVERSION=v4.5.17
ENV TSHOCKZIP=TShock4.5.17_Terraria_1.4.3.6.zip
ENV TSHOCKVERSION=v4.5.18
ENV TSHOCKZIP=TShock4.5.18_Terraria1.4.3.6.zip

# Download and unpack TShock
ADD https://github.com/Pryaxis/TShock/releases/download/$TSHOCKVERSION/$TSHOCKZIP /
Expand All @@ -17,7 +17,8 @@ RUN unzip $TSHOCKZIP -d /tshock && \
# add executable perm to bootstrap
chmod +x /tshock/bootstrap.sh

FROM mono:6.12.0.122-slim
# do not use -slim due to mysql/tshock requirements
FROM mono:6.12.0.122

LABEL maintainer="Ryan Sheehan <[email protected]>"

Expand Down

0 comments on commit d76073b

Please sign in to comment.