fixes
This commit is contained in:
@@ -146,7 +146,7 @@ RUN /usr/src/buildglidepkg.sh sst1
|
||||
#RUN rm *.gz *.bz2 && rm -Rf glide && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
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
|
||||
COPY .docker-cache/ut99.ref /tmp/ut99.ref
|
||||
# Package UT99
|
||||
@@ -183,7 +183,8 @@ RUN chmod +x ut-install-436.run && \
|
||||
ls -al ./ut/ && \
|
||||
tar xzf ./ut/OpenGL.ini.tar.gz -C ut-game && \
|
||||
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
|
||||
RUN chmod a+x,o-w ./ut-game/ut
|
||||
|
||||
|
||||
@@ -1144,7 +1144,7 @@ CONFIG_SND_RAWMIDI=m
|
||||
# CONFIG_SND_SEQUENCER is not set
|
||||
CONFIG_SND_OSSEMUL=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_DYNAMIC_MINORS is not set
|
||||
CONFIG_SND_SUPPORT_OLD_API=y
|
||||
|
||||
Reference in New Issue
Block a user