mirror of
https://github.com/ChocoTaco1/docker-tribesnext-server.git
synced 2026-07-14 07:34:33 +00:00
Added Loop's fix
Added Loop's fix for sha1 stutter
This commit is contained in:
parent
40ccd5a8c8
commit
72327ce60e
3 changed files with 76 additions and 21 deletions
|
|
@ -34,6 +34,7 @@ ENV WINEPREFIX=/home/${SRVUSER}/.wine32/
|
|||
|
||||
# UPDATE IMAGE
|
||||
RUN dpkg --add-architecture i386
|
||||
RUN echo "deb http://deb.debian.org/debian bookworm contrib" > /etc/apt/sources.list
|
||||
RUN apt-get -y update && apt-get -y upgrade
|
||||
|
||||
# DEPENDENCIES
|
||||
|
|
@ -43,7 +44,7 @@ sudo unzip \
|
|||
# -- logging
|
||||
rsyslog \
|
||||
# -- utilities
|
||||
sed less nano vim file wget gnupg2 software-properties-common git htop \
|
||||
sed less nano vim file wget gnupg2 software-properties-common git htop winetricks curl \
|
||||
# --- wine
|
||||
#${WINEVER} \
|
||||
# -- display
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue