mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-07 15:34:04 +00:00
Update Dockerfile add dependency libsamplerate-dev
This commit is contained in:
parent
f02cbcb141
commit
fc7d69f0ee
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue