penta 4 дней назад
Родитель
Сommit
bc8448c9dd
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -80,7 +80,8 @@ RUN apt-get update \
         --upgrade \
         pip \
     && printf '%s\n' \
-        'pixelflux<2' \
+        'pixelflux==1.6.4' \
+        'pcmflux==1.0.8' \
         > /tmp/selkies-constraints.txt \
     && /opt/selkies/bin/python -m pip install \
         --no-cache-dir \