Closed nyanmisaka closed 7 months ago
I don't understand why ghcr.io/btbn/ffmpeg-builds/base:latest is suddenly "unauthorized". This has worked fine not too long ago, and comparing it to other packages that pull just fine, everything is identical.
Not sure if this PR is correct, if something needs distutils, it'll have to stay. I'm not sure why I even install it at all, but it must have been for some reason.
LGTM
ERROR: failed to solve: process "/bin/sh -c apt-get -y update && apt-get -y dist-upgrade && apt-get -y install build-essential yasm nasm xxd pkgconf curl wget unzip zip git subversion mercurial rsync jq autoconf automake libtool libtool-bin autopoint gettext cmake clang meson ninja-build texinfo texi2html help2man flex bison groff gperf itstool ragel libc6-dev zlib1g-dev libssl-dev gtk-doc-tools gobject-introspection gawk ocaml ocamlbuild libnum-ocaml-dev indent p7zip-full python3-distutils python3-jinja2 python3-jsonschema python3-apt python-is-python3 && apt-get -y clean && git config --global user.email \"builder@localhost\" && git config --global user.name \"Builder\" && git config --global advice.detachedHead false" did not complete successfully: exit code: 100
distutils
(distutils package for Python 3.x) was deprecated a long time ago and will be removed in python 3.12. Upgrade tosetuptools
(Python3 Distutils Enhancements) instead.See also https://bugs.launchpad.net/ubuntu/+source/python3-stdlib-extensions/+bug/2060772
Related to #361