File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ COPY ./site-config.jam /etc/
1212RUN 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 && \
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ARG DEBIAN_FRONTEND=noninteractive
55RUN 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
You can’t perform that action at this time.
0 commit comments