Skip to content

Commit 5859c07

Browse files
committed
bump selkies add new dev deps
1 parent 79a802f commit 5859c07

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN \
1515
https://github.com/selkies-project/selkies.git \
1616
/src && \
1717
cd /src && \
18-
git checkout -f 7d7b28c83ae46ac79f42c90e052d6dbe7b147e2f
18+
git checkout -f 8e38076a0f0fc2e9b66c8906b5f2da29683bfd30
1919

2020
RUN \
2121
echo "**** build frontend ****" && \
@@ -62,6 +62,7 @@ RUN \
6262
libjpeg62-turbo-dev \
6363
libx11-dev \
6464
libxext-dev \
65+
libxfixes-dev \
6566
libx264-dev \
6667
python3-dev \
6768
python3-pip && \
@@ -185,7 +186,7 @@ RUN \
185186
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
186187
curl -o \
187188
/tmp/selkies.tar.gz -L \
188-
"https://github.com/selkies-project/selkies/archive/7d7b28c83ae46ac79f42c90e052d6dbe7b147e2f.tar.gz" && \
189+
"https://github.com/selkies-project/selkies/archive/8e38076a0f0fc2e9b66c8906b5f2da29683bfd30.tar.gz" && \
189190
cd /tmp && \
190191
tar xf selkies.tar.gz && \
191192
cd selkies-* && \

Dockerfile.aarch64

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN \
1515
https://github.com/selkies-project/selkies.git \
1616
/src && \
1717
cd /src && \
18-
git checkout -f 7d7b28c83ae46ac79f42c90e052d6dbe7b147e2f
18+
git checkout -f 8e38076a0f0fc2e9b66c8906b5f2da29683bfd30
1919

2020
RUN \
2121
echo "**** build frontend ****" && \
@@ -62,6 +62,7 @@ RUN \
6262
libjpeg62-turbo-dev \
6363
libx11-dev \
6464
libxext-dev \
65+
libxfixes-dev \
6566
libx264-dev \
6667
python3-dev \
6768
python3-pip && \
@@ -183,7 +184,7 @@ RUN \
183184
| awk '/tag_name/{print $4;exit}' FS='[""]') && \
184185
curl -o \
185186
/tmp/selkies.tar.gz -L \
186-
"https://github.com/selkies-project/selkies/archive/7d7b28c83ae46ac79f42c90e052d6dbe7b147e2f.tar.gz" && \
187+
"https://github.com/selkies-project/selkies/archive/8e38076a0f0fc2e9b66c8906b5f2da29683bfd30.tar.gz" && \
187188
cd /tmp && \
188189
tar xf selkies.tar.gz && \
189190
cd selkies-* && \

0 commit comments

Comments
 (0)