File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 https://github.com/selkies-project/selkies.git \
1616 /src && \
1717 cd /src && \
18- git checkout -f 7d7b28c83ae46ac79f42c90e052d6dbe7b147e2f
18+ git checkout -f 8e38076a0f0fc2e9b66c8906b5f2da29683bfd30
1919
2020RUN \
2121 echo "**** build frontend ****" && \
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-* && \
Original file line number Diff line number Diff line change 1515 https://github.com/selkies-project/selkies.git \
1616 /src && \
1717 cd /src && \
18- git checkout -f 7d7b28c83ae46ac79f42c90e052d6dbe7b147e2f
18+ git checkout -f 8e38076a0f0fc2e9b66c8906b5f2da29683bfd30
1919
2020RUN \
2121 echo "**** build frontend ****" && \
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-* && \
You can’t perform that action at this time.
0 commit comments