We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 214cfec commit b372b10Copy full SHA for b372b10
docker/Dockerfile.base
@@ -6,6 +6,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && apt-get update && apt-get install -
6
wget \
7
nano \
8
socat \
9
+ libsndfile1 \
10
build-essential llvm tk-dev \
11
&& rm -rf /var/lib/apt/lists/*
12
0 commit comments