mirror of
https://github.com/linuxserver/docker-baseimage-selkies.git
synced 2026-03-16 00:02:11 +08:00
fixes #88 settings conflicts
This commit is contained in:
parent
58349c4e38
commit
de7776d021
@ -16,7 +16,7 @@ RUN \
|
||||
https://github.com/selkies-project/selkies.git \
|
||||
/src && \
|
||||
cd /src && \
|
||||
git checkout -f 75b41b6c9fb37504452c8a3ffc5a55541373c163
|
||||
git checkout -f 89e39cf7d58c8f7c87ac5922b56b84f745ddeeab
|
||||
|
||||
RUN \
|
||||
echo "**** build frontend ****" && \
|
||||
@ -168,7 +168,7 @@ RUN \
|
||||
echo "**** install selkies ****" && \
|
||||
curl -o \
|
||||
/tmp/selkies.tar.gz -L \
|
||||
"https://github.com/selkies-project/selkies/archive/75b41b6c9fb37504452c8a3ffc5a55541373c163.tar.gz" && \
|
||||
"https://github.com/selkies-project/selkies/archive/89e39cf7d58c8f7c87ac5922b56b84f745ddeeab.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 75b41b6c9fb37504452c8a3ffc5a55541373c163
|
||||
git checkout -f 89e39cf7d58c8f7c87ac5922b56b84f745ddeeab
|
||||
|
||||
RUN \
|
||||
echo "**** build frontend ****" && \
|
||||
@ -166,7 +166,7 @@ RUN \
|
||||
echo "**** install selkies ****" && \
|
||||
curl -o \
|
||||
/tmp/selkies.tar.gz -L \
|
||||
"https://github.com/selkies-project/selkies/archive/75b41b6c9fb37504452c8a3ffc5a55541373c163.tar.gz" && \
|
||||
"https://github.com/selkies-project/selkies/archive/89e39cf7d58c8f7c87ac5922b56b84f745ddeeab.tar.gz" && \
|
||||
cd /tmp && \
|
||||
tar xf selkies.tar.gz && \
|
||||
cd selkies-* && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user