@@ -29,28 +29,28 @@ RUN mkdir -p /output/main/ && \
29
29
cp /gamefiles/Main/pak0.pk3 /output/main/
30
30
31
31
ADD fetchRtcwPro.sh /output/fetchRtcwPro.sh
32
- RUN datapath="/output/rtcwpro-data" bash /output/fetchRtcwPro.sh "133239597 " && \
32
+ RUN datapath="/output/rtcwpro-data" bash /output/fetchRtcwPro.sh "182085729 " && \
33
33
mv /output/rtcwpro-data/rtcwpro /output/ && \
34
34
mv /output/rtcwpro-data/wolfded.x86 /output/ && \
35
35
rm -rf /output/rtcwpro-data
36
36
37
- RUN wget --header= "Host: msh100.uk" https://199.19.224.89/files/ rtcw-pb.tar.gz --no-check-certificate && \
37
+ RUN wget https://b2.msh100.uk/file/msh-data/ rtcw-pb.tar.gz && \
38
38
md5sum rtcw-pb.tar.gz | cut -d' ' -f1 | grep 6f462200f4793502b1e654d84cf79d3c && \
39
39
tar -xvf rtcw-pb.tar.gz && \
40
40
mv pb /output/
41
41
42
42
RUN unzip /output/main/mp_bin.pk3 -d /output/main && \
43
43
rm -rf /output/main/*.dll
44
44
45
- RUN wget --header= "Host: msh100.uk" https://199.19.224.89/files/ rtcw-binaries.tar.gz --no-check-certificate && \
45
+ RUN wget https://b2.msh100.uk/file/msh-data/ rtcw-binaries.tar.gz && \
46
46
md5sum rtcw-binaries.tar.gz | cut -d' ' -f1 | grep 29ecb883c5657d3620a7d2dec7a0657f && \
47
47
tar -xvf rtcw-binaries.tar.gz && \
48
48
cp -r binaries/main/* /output/main/
49
49
50
- RUN wget --header= "Host: msh100.uk" https://199.19.224.89/files/ libnoquery.so --no-check-certificate && \
50
+ RUN wget https://b2.msh100.uk/file/msh-data/ libnoquery.so && \
51
51
md5sum libnoquery.so | cut -d' ' -f1 | grep 91d9c6fd56392c60461c996ca29d6467
52
52
53
- FROM ubuntu:20 .04
53
+ FROM ubuntu:24 .04
54
54
MAINTAINER Marcus Hughes <hello@msh100.uk>
55
55
56
56
ENV DEBIAN_FRONTEND noninteractive
0 commit comments