new dev deps, bump selkies

This commit is contained in:
thelamer 2025-06-23 11:49:39 -04:00
parent a7a2ada060
commit 4975d2ee23
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 2c0aabaa23de037f0c0697f493856027a1e322fd
git checkout -f 7638d0995c55b6a6ba752e820334c5c6ebec18a2
RUN \
echo "**** build frontend ****" && \
@ -70,6 +70,7 @@ RUN \
libjpeg-turbo-devel \
libX11-devel \
libXext-devel \
libXfixes-devel \
make \
pkgconf-pkg-config \
python3-devel \
@ -173,7 +174,7 @@ RUN \
pip3 install pixelflux --break-system-packages && \
curl -o \
/tmp/selkies.tar.gz -L \
"https://github.com/selkies-project/selkies/archive/2c0aabaa23de037f0c0697f493856027a1e322fd.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/7638d0995c55b6a6ba752e820334c5c6ebec18a2.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 2c0aabaa23de037f0c0697f493856027a1e322fd
git checkout -f 7638d0995c55b6a6ba752e820334c5c6ebec18a2
RUN \
echo "**** build frontend ****" && \
@ -70,6 +70,7 @@ RUN \
libjpeg-turbo-devel \
libX11-devel \
libXext-devel \
libXfixes-devel \
make \
pkgconf-pkg-config \
python3-devel \
@ -172,7 +173,7 @@ RUN \
pip3 install pixelflux --break-system-packages && \
curl -o \
/tmp/selkies.tar.gz -L \
"https://github.com/selkies-project/selkies/archive/2c0aabaa23de037f0c0697f493856027a1e322fd.tar.gz" && \
"https://github.com/selkies-project/selkies/archive/7638d0995c55b6a6ba752e820334c5c6ebec18a2.tar.gz" && \
cd /tmp && \
tar xf selkies.tar.gz && \
cd selkies-* && \