Skip to content

Commit

Permalink
Update image to rtcwpro 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
msh100 committed Oct 28, 2024
1 parent f112b1f commit 9f07cc7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,28 +29,28 @@ RUN mkdir -p /output/main/ && \
cp /gamefiles/Main/pak0.pk3 /output/main/

ADD fetchRtcwPro.sh /output/fetchRtcwPro.sh
RUN datapath="/output/rtcwpro-data" bash /output/fetchRtcwPro.sh "133239597" && \
RUN datapath="/output/rtcwpro-data" bash /output/fetchRtcwPro.sh "182085729" && \
mv /output/rtcwpro-data/rtcwpro /output/ && \
mv /output/rtcwpro-data/wolfded.x86 /output/ && \
rm -rf /output/rtcwpro-data

RUN wget --header="Host: msh100.uk" https://199.19.224.89/files/rtcw-pb.tar.gz --no-check-certificate && \
RUN wget https://b2.msh100.uk/file/msh-data/rtcw-pb.tar.gz && \
md5sum rtcw-pb.tar.gz | cut -d' ' -f1 | grep 6f462200f4793502b1e654d84cf79d3c && \
tar -xvf rtcw-pb.tar.gz && \
mv pb /output/

RUN unzip /output/main/mp_bin.pk3 -d /output/main && \
rm -rf /output/main/*.dll

RUN wget --header="Host: msh100.uk" https://199.19.224.89/files/rtcw-binaries.tar.gz --no-check-certificate && \
RUN wget https://b2.msh100.uk/file/msh-data/rtcw-binaries.tar.gz && \
md5sum rtcw-binaries.tar.gz | cut -d' ' -f1 | grep 29ecb883c5657d3620a7d2dec7a0657f && \
tar -xvf rtcw-binaries.tar.gz && \
cp -r binaries/main/* /output/main/

RUN wget --header="Host: msh100.uk" https://199.19.224.89/files/libnoquery.so --no-check-certificate && \
RUN wget https://b2.msh100.uk/file/msh-data/libnoquery.so && \
md5sum libnoquery.so | cut -d' ' -f1 | grep 91d9c6fd56392c60461c996ca29d6467

FROM ubuntu:20.04
FROM ubuntu:24.04
MAINTAINER Marcus Hughes <[email protected]>

ENV DEBIAN_FRONTEND noninteractive
Expand Down
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ CONF_TIMEOUTLIMIT=${TIMEOUTLIMIT:-1}
CONF_SERVERCONF=${SERVERCONF:-"defaultcomp"}
CONF_SETTINGSGIT=${SETTINGSURL:-"https://github.com/Oksii/rtcw-config.git"}
CONF_SETTINGSBRANCH=${SETTINGSBRANCH:-"master"}
CONF_CHECKVERSION=${CONF_CHECKVERSION:-"17"}
CONF_CHECKVERSION=${CONF_CHECKVERSION:-"18"}
CONF_STATS_SUBMIT=${STATS_SUBMIT:-"0"}
CONF_STATS_URL=${STATS_URL:-"https://rtcwproapi.donkanator.com/submit"}

Expand Down

0 comments on commit 9f07cc7

Please sign in to comment.