Skip to content

Commit 3eb172d

Browse files
authored
[Maintenante] Missing library libaudiofile-dev on ubuntu builds #253 (#254)
1 parent 74a7fdb commit 3eb172d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN apt-get install -y --no-install-recommends $LIBFMT_PACKAGE_NAME
3636
RUN apt-get install -y --no-install-recommends libsidplay2
3737
RUN apt-get install -y --no-install-recommends libsidutils0
3838
RUN apt-get install -y --no-install-recommends libresid-builder-dev
39+
RUN apt-get install -y --no-install-recommends libaudiofile-dev
3940

4041
RUN rm -rf /var/lib/apt/lists/*
4142

doc/change-history.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
Date|Major Changes
44
:---|:---
5+
2023-03-20|Missing libaudiofile-dev (see issue [#253](https://github.com/GioF71/mpd-alsa-docker/issues/253) issue)
56
2023-03-20|Fixed build base image (see issue [#251](https://github.com/GioF71/mpd-alsa-docker/issues/251) issue)
67
2023-03-06|Mentioning mpdscribble version in `README.doc`
78
2023-03-06|Add `kinetic` build and set to latest

0 commit comments

Comments
 (0)