-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters