You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
releases/build.sh: fix to work with recently updated Docker image
In 11eea89, we updated the base image
to Ubuntu 22.04.
`python` is not an installation candidate any longer. We simply remove
it, as it was a fix for very old versions, and keep a comment in case
someone wants to build these old versoins.
Somehow it seems that `git clone --depth 1` doesn't fetch the tags
anymore - fixed by fetching the tags manually.
0 commit comments