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
bc38ccbd8f
commit
91e7869701
@ -15,7 +15,7 @@ RUN \
|
||||
https://github.com/selkies-project/selkies.git \
|
||||
/src && \
|
||||
cd /src && \
|
||||
git checkout -f 75b41b6c9fb37504452c8a3ffc5a55541373c163
|
||||
git checkout -f 89e39cf7d58c8f7c87ac5922b56b84f745ddeeab
|
||||
|
||||
RUN \
|
||||
echo "**** build frontend ****" && \
|
||||
@ -159,7 +159,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-* && \
|
||||
|
||||
@ -15,7 +15,7 @@ RUN \
|
||||
https://github.com/selkies-project/selkies.git \
|
||||
/src && \
|
||||
cd /src && \
|
||||
git checkout -f 75b41b6c9fb37504452c8a3ffc5a55541373c163
|
||||
git checkout -f 89e39cf7d58c8f7c87ac5922b56b84f745ddeeab
|
||||
|
||||
RUN \
|
||||
echo "**** build frontend ****" && \
|
||||
@ -157,7 +157,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