mirror of
https://github.com/ChocoTaco1/docker-tribesnext-server.git
synced 2026-07-11 14:24:31 +00:00
Update
This commit is contained in:
parent
ce84c31284
commit
a80f100cb0
2 changed files with 3 additions and 3 deletions
|
|
@ -55,7 +55,7 @@ RUN mkdir -pm755 /etc/apt/keyrings
|
||||||
RUN wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
|
RUN wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
|
||||||
RUN wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.sources
|
RUN wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.sources
|
||||||
RUN apt-get -y update && apt-get -y upgrade
|
RUN apt-get -y update && apt-get -y upgrade
|
||||||
RUN apt-get -y install --install-recommends winehq-devel
|
RUN apt-get install --install-recommends wine-devel=8.16~bookworm-1 wine-devel-amd64=8.16~bookworm-1 wine-devel-i386=8.16~bookworm-1 winehq-devel=8.16~bookworm-1
|
||||||
|
|
||||||
# INSTALL GAMEMODE
|
# INSTALL GAMEMODE
|
||||||
#RUN add-apt-repository ppa:samoilov-lex/gamemode
|
#RUN add-apt-repository ppa:samoilov-lex/gamemode
|
||||||
|
|
|
||||||
|
|
@ -43,8 +43,8 @@ get_files tribes2gsi.exe "https://www.the-construct.net/dow
|
||||||
get_files TribesNext_rc2a.exe "https://www.tribesnext.com/files/" "$TMPBASE"
|
get_files TribesNext_rc2a.exe "https://www.tribesnext.com/files/" "$TMPBASE"
|
||||||
get_files msvcrt-ruby190.zip "https://files.playt2.com/Linux/Lutris/msvcrt-ruby190.zip" "$TMPBASE"
|
get_files msvcrt-ruby190.zip "https://files.playt2.com/Linux/Lutris/msvcrt-ruby190.zip" "$TMPBASE"
|
||||||
get_files classic_v152.zip "https://tribes2stats.com/files/mods/" "$TMPBASE"
|
get_files classic_v152.zip "https://tribes2stats.com/files/mods/" "$TMPBASE"
|
||||||
get_files t2-auth-faster.zip "https://files.playt2.com/Linux/Server/t2-auth-faster.zip" "$TMPBASE"
|
get_files t2-auth-faster.zip "https://files.playt2.com/Linux/Server/" "$TMPBASE"
|
||||||
get_files vcrun22.zip "https://files.playt2.com/Linux/Server/vcrun22.zip" "$TMPBASE"
|
get_files vcrun22.zip "https://files.playt2.com/Linux/Server/" "$TMPBASE"
|
||||||
|
|
||||||
# -- some items require an headerless
|
# -- some items require an headerless
|
||||||
export DISPLAY=:99
|
export DISPLAY=:99
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue