mirror of
https://github.com/linuxserver/docker-baseimage-selkies.git
synced 2026-03-16 00:02:11 +08:00
ingest from live
This commit is contained in:
parent
36763c157e
commit
d9dfe7ffad
@ -12,7 +12,7 @@ RUN \
|
||||
RUN \
|
||||
echo "**** ingest code ****" && \
|
||||
git clone \
|
||||
https://github.com/Thelamer-Fork1/selkies.git \
|
||||
https://github.com/selkies-project/selkies.git \
|
||||
/src && \
|
||||
cd /src && \
|
||||
git checkout -f feature/websockets
|
||||
@ -172,7 +172,7 @@ RUN \
|
||||
pip3 install pixelflux --break-system-packages && \
|
||||
curl -o \
|
||||
/tmp/selkies.tar.gz -L \
|
||||
"https://github.com/Thelamer-Fork1/selkies/archive/refs/heads/feature/websockets.tar.gz" && \
|
||||
"https://github.com/selkies-project/selkies/archive/refs/heads/feature/websockets.tar.gz" && \
|
||||
cd /tmp && \
|
||||
tar xf selkies.tar.gz && \
|
||||
cd selkies-* && \
|
||||
|
||||
@ -12,7 +12,7 @@ RUN \
|
||||
RUN \
|
||||
echo "**** ingest code ****" && \
|
||||
git clone \
|
||||
https://github.com/Thelamer-Fork1/selkies.git \
|
||||
https://github.com/selkies-project/selkies.git \
|
||||
/src && \
|
||||
cd /src && \
|
||||
git checkout -f feature/websockets
|
||||
@ -171,7 +171,7 @@ RUN \
|
||||
pip3 install pixelflux --break-system-packages && \
|
||||
curl -o \
|
||||
/tmp/selkies.tar.gz -L \
|
||||
"https://github.com/Thelamer-Fork1/selkies/archive/refs/heads/feature/websockets.tar.gz" && \
|
||||
"https://github.com/selkies-project/selkies/archive/refs/heads/feature/websockets.tar.gz" && \
|
||||
cd /tmp && \
|
||||
tar xf selkies.tar.gz && \
|
||||
cd selkies-* && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user