mirror of
https://github.com/linuxserver/docker-baseimage-selkies.git
synced 2026-03-16 00:02:11 +08:00
bump selkies add new dev deps
This commit is contained in:
parent
79a802f5f2
commit
5859c070d0
@ -15,7 +15,7 @@ RUN \
|
||||
https://github.com/selkies-project/selkies.git \
|
||||
/src && \
|
||||
cd /src && \
|
||||
git checkout -f 7d7b28c83ae46ac79f42c90e052d6dbe7b147e2f
|
||||
git checkout -f 8e38076a0f0fc2e9b66c8906b5f2da29683bfd30
|
||||
|
||||
RUN \
|
||||
echo "**** build frontend ****" && \
|
||||
@ -62,6 +62,7 @@ RUN \
|
||||
libjpeg62-turbo-dev \
|
||||
libx11-dev \
|
||||
libxext-dev \
|
||||
libxfixes-dev \
|
||||
libx264-dev \
|
||||
python3-dev \
|
||||
python3-pip && \
|
||||
@ -185,7 +186,7 @@ RUN \
|
||||
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
|
||||
curl -o \
|
||||
/tmp/selkies.tar.gz -L \
|
||||
"https://github.com/selkies-project/selkies/archive/7d7b28c83ae46ac79f42c90e052d6dbe7b147e2f.tar.gz" && \
|
||||
"https://github.com/selkies-project/selkies/archive/8e38076a0f0fc2e9b66c8906b5f2da29683bfd30.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 7d7b28c83ae46ac79f42c90e052d6dbe7b147e2f
|
||||
git checkout -f 8e38076a0f0fc2e9b66c8906b5f2da29683bfd30
|
||||
|
||||
RUN \
|
||||
echo "**** build frontend ****" && \
|
||||
@ -62,6 +62,7 @@ RUN \
|
||||
libjpeg62-turbo-dev \
|
||||
libx11-dev \
|
||||
libxext-dev \
|
||||
libxfixes-dev \
|
||||
libx264-dev \
|
||||
python3-dev \
|
||||
python3-pip && \
|
||||
@ -183,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/7d7b28c83ae46ac79f42c90e052d6dbe7b147e2f.tar.gz" && \
|
||||
"https://github.com/selkies-project/selkies/archive/8e38076a0f0fc2e9b66c8906b5f2da29683bfd30.tar.gz" && \
|
||||
cd /tmp && \
|
||||
tar xf selkies.tar.gz && \
|
||||
cd selkies-* && \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user