Skip to content

Commit 4d43bcf

Browse files
committed
ci/docker: install alsa library
1 parent a49246d commit 4d43bcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/docker/ubuntu-14.04.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ COPY ./site-config.jam /etc/
1212
RUN apt-get update && \
1313
apt-get upgrade -y && \
1414
apt-get install -y \
15-
tzdata software-properties-common build-essential file curl git zlib1g-dev && \
15+
tzdata software-properties-common libasound2 build-essential file curl git zlib1g-dev && \
1616
add-apt-repository -y ppa:ubuntu-toolchain-r/test && \
1717
apt-get update && \
1818
apt-get install -y gcc-9 g++-9 && \

ci/docker/ubuntu-22.04.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive
55
RUN apt-get update && \
66
apt-get upgrade -y && \
77
apt-get install -y \
8-
tzdata build-essential file curl git cmake nodejs yarnpkg zlib1g-dev && \
8+
tzdata libasound2 build-essential file curl git cmake nodejs yarnpkg zlib1g-dev && \
99
ln -s /usr/bin/yarnpkg /usr/bin/yarn && \
1010
git config --global --add safe.directory /work
1111

0 commit comments

Comments
 (0)