mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-01-20 23:40:21 +01:00
Merge pull request #787 from chouyu/master
Update Dockerfile add dependency libsamplerate-dev
This commit is contained in:
commit
8686444c24
|
|
@ -5,6 +5,8 @@ RUN apk add --update --no-cache \
|
|||
make \
|
||||
g++ \
|
||||
git \
|
||||
libsamplerate-dev \
|
||||
linux-headers \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
ADD ./ /MMDVMHost
|
||||
|
|
|
|||
Loading…
Reference in a new issue