bump selkies add new dev deps

This commit is contained in:
thelamer 2025-06-23 10:52:07 -04:00
parent 79a802f5f2
commit 5859c070d0
No known key found for this signature in database
2 changed files with 6 additions and 4 deletions

View File

@ -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-* && \

View File

@ -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-* && \