mirror of
https://github.com/linuxserver/docker-baseimage-selkies.git
synced 2026-03-16 00:02:11 +08:00
fix bool bug
This commit is contained in:
parent
eda2a36e94
commit
6e2fa480bb
@ -16,7 +16,7 @@ RUN \
|
||||
https://github.com/selkies-project/selkies.git \
|
||||
/src && \
|
||||
cd /src && \
|
||||
git checkout -f 415b376dac066ff27b3e5b22a6c32638bda059da
|
||||
git checkout -f 75b41b6c9fb37504452c8a3ffc5a55541373c163
|
||||
|
||||
RUN \
|
||||
echo "**** build frontend ****" && \
|
||||
@ -184,7 +184,7 @@ RUN \
|
||||
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
|
||||
curl -o \
|
||||
/tmp/selkies.tar.gz -L \
|
||||
"https://github.com/selkies-project/selkies/archive/415b376dac066ff27b3e5b22a6c32638bda059da.tar.gz" && \
|
||||
"https://github.com/selkies-project/selkies/archive/75b41b6c9fb37504452c8a3ffc5a55541373c163.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 415b376dac066ff27b3e5b22a6c32638bda059da
|
||||
git checkout -f 75b41b6c9fb37504452c8a3ffc5a55541373c163
|
||||
|
||||
RUN \
|
||||
echo "**** build frontend ****" && \
|
||||
@ -182,7 +182,7 @@ RUN \
|
||||
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
|
||||
curl -o \
|
||||
/tmp/selkies.tar.gz -L \
|
||||
"https://github.com/selkies-project/selkies/archive/415b376dac066ff27b3e5b22a6c32638bda059da.tar.gz" && \
|
||||
"https://github.com/selkies-project/selkies/archive/75b41b6c9fb37504452c8a3ffc5a55541373c163.tar.gz" && \
|
||||
cd /tmp && \
|
||||
tar xf selkies.tar.gz && \
|
||||
cd selkies-* && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user