mirror of
https://github.com/linuxserver/docker-baseimage-selkies.git
synced 2026-03-16 00:02:11 +08:00
fix fps gaming mode
This commit is contained in:
parent
648a5c022e
commit
ae935937eb
@ -16,7 +16,7 @@ RUN \
|
||||
https://github.com/selkies-project/selkies.git \
|
||||
/src && \
|
||||
cd /src && \
|
||||
git checkout -f cf289a88106097239d320f5b64d8d87cb5028033
|
||||
git checkout -f f114a2332672852f7845b3543b9390edfc033787
|
||||
|
||||
RUN \
|
||||
echo "**** build shared core library ****" && \
|
||||
@ -202,7 +202,7 @@ RUN \
|
||||
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
|
||||
curl -o \
|
||||
/tmp/selkies.tar.gz -L \
|
||||
"https://github.com/selkies-project/selkies/archive/cf289a88106097239d320f5b64d8d87cb5028033.tar.gz" && \
|
||||
"https://github.com/selkies-project/selkies/archive/f114a2332672852f7845b3543b9390edfc033787.tar.gz" && \
|
||||
cd /tmp && \
|
||||
tar xf selkies.tar.gz && \
|
||||
cd selkies-* && \
|
||||
|
||||
@ -16,7 +16,7 @@ RUN \
|
||||
https://github.com/selkies-project/selkies.git \
|
||||
/src && \
|
||||
cd /src && \
|
||||
git checkout -f cf289a88106097239d320f5b64d8d87cb5028033
|
||||
git checkout -f f114a2332672852f7845b3543b9390edfc033787
|
||||
|
||||
RUN \
|
||||
echo "**** build shared core library ****" && \
|
||||
@ -199,7 +199,7 @@ RUN \
|
||||
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
|
||||
curl -o \
|
||||
/tmp/selkies.tar.gz -L \
|
||||
"https://github.com/selkies-project/selkies/archive/cf289a88106097239d320f5b64d8d87cb5028033.tar.gz" && \
|
||||
"https://github.com/selkies-project/selkies/archive/f114a2332672852f7845b3543b9390edfc033787.tar.gz" && \
|
||||
cd /tmp && \
|
||||
tar xf selkies.tar.gz && \
|
||||
cd selkies-* && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user