gitlint
gitlint copied to clipboard
Vagrant box fails on jenkins installation, also missing Python 3.10
The Vagrant Box needs a bit of love.
Currently throwing error on Jenkins installation:
$ vagrant up
# [after few min]
dev: Reading state information...
dev: Package jenkins is not available, but is referred to by another package.
dev: This may mean that the package is missing, has been obsoleted, or
dev: is only available from another source
dev: E: Package 'jenkins' has no installation candidate
The SSH command responded with a non-zero exit status. Vagrant
assumes that this means the command failed. The output for this command
should be in the log above. Please read the output to determine what
went wrong.
Also, it's missing Python 3.10.