Prepare Ubuntu 20.04 support
Start building docker dev images for testing purpose.
This commit is contained in:
parent
e4118696b5
commit
3677a08656
4 changed files with 30 additions and 28 deletions
|
@ -1,8 +1,8 @@
|
|||
# This file contains a list of package dependencies.
|
||||
[common]
|
||||
python3 = buster, bullseye, bionic
|
||||
python3-pip = buster, bullseye, bionic
|
||||
python3-venv = buster, bullseye, bionic
|
||||
python3 = buster, bullseye, bionic, focal
|
||||
python3-pip = buster, bullseye, bionic, focal
|
||||
python3-venv = buster, bullseye, bionic, focal
|
||||
|
||||
[liquidsoap]
|
||||
# https://github.com/savonet/liquidsoap/blob/main/CHANGES.md
|
||||
|
@ -21,12 +21,12 @@ liquidsoap-plugin-portaudio = bionic
|
|||
; liquidsoap-plugin-taglib = bionic
|
||||
; liquidsoap-plugin-voaacenc = bionic
|
||||
; liquidsoap-plugin-vorbis = bionic
|
||||
liquidsoap = buster, bullseye, bionic
|
||||
liquidsoap = buster, bullseye, bionic, focal
|
||||
|
||||
[recorder]
|
||||
ecasound = buster, bullseye, bionic
|
||||
ecasound = buster, bullseye, bionic, focal
|
||||
|
||||
[misc]
|
||||
# Used by pypofetch to check if a file is open.
|
||||
# TODO: consider using a python library
|
||||
lsof = buster, bullseye, bionic
|
||||
lsof = buster, bullseye, bionic, focal
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue