diff --git a/build-constraints.yaml b/build-constraints.yaml index 22895f78..ea2fb923 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2035,6 +2035,7 @@ packages: - wave - flac - flac-picture + - lame # "Thomas Bereknyei ": # - multiplate # bounds: transformers diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 937789b5..1dac2901 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -78,6 +78,7 @@ apt-get install -y \ libmagickcore-dev \ libmagickwand-dev \ libmarkdown2-dev \ + libmp3lame-dev \ libmpfr-dev \ libmysqlclient-dev \ libncurses-dev \