This commit is contained in:
2026-03-23 22:16:55 +01:00
parent 0e717f79ce
commit 7948535db6
2 changed files with 4 additions and 3 deletions

View File

@@ -146,7 +146,7 @@ RUN /usr/src/buildglidepkg.sh sst1
#RUN rm *.gz *.bz2 && rm -Rf glide && rm -rf /var/lib/apt/lists/* #RUN rm *.gz *.bz2 && rm -Rf glide && rm -rf /var/lib/apt/lists/*
FROM i386/alpine:latest AS ut99-builder FROM i386/alpine:latest AS ut99-builder
RUN apk add --no-cache git ca-certificates RUN apk add --no-cache git ca-certificates dos2unix
ARG CACHE_BUST=10 ARG CACHE_BUST=10
COPY .docker-cache/ut99.ref /tmp/ut99.ref COPY .docker-cache/ut99.ref /tmp/ut99.ref
# Package UT99 # Package UT99
@@ -183,7 +183,8 @@ RUN chmod +x ut-install-436.run && \
ls -al ./ut/ && \ ls -al ./ut/ && \
tar xzf ./ut/OpenGL.ini.tar.gz -C ut-game && \ tar xzf ./ut/OpenGL.ini.tar.gz -C ut-game && \
cp ut-game/System/UnrealTournament.ini ut-game/System/Default.ini && \ cp ut-game/System/UnrealTournament.ini ut-game/System/Default.ini && \
mv ut-game/System/UnrealTournament.ini ut-game/System/Default-opengl.ini mv ut-game/System/UnrealTournament.ini ut-game/System/Default-opengl.ini && \
dos2unix ut-game/System/*.ini
COPY games/ut99/ut ./ut-game/ut COPY games/ut99/ut ./ut-game/ut
RUN chmod a+x,o-w ./ut-game/ut RUN chmod a+x,o-w ./ut-game/ut

View File

@@ -1144,7 +1144,7 @@ CONFIG_SND_RAWMIDI=m
# CONFIG_SND_SEQUENCER is not set # CONFIG_SND_SEQUENCER is not set
CONFIG_SND_OSSEMUL=y CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=y CONFIG_SND_MIXER_OSS=y
# CONFIG_SND_PCM_OSS is not set CONFIG_SND_PCM_OSS=y
# CONFIG_SND_RTCTIMER is not set # CONFIG_SND_RTCTIMER is not set
# CONFIG_SND_DYNAMIC_MINORS is not set # CONFIG_SND_DYNAMIC_MINORS is not set
CONFIG_SND_SUPPORT_OLD_API=y CONFIG_SND_SUPPORT_OLD_API=y