mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-20 14:15:37 +08:00
Update Dockerfile add dependency libsamplerate-dev
This commit is contained in:
@@ -5,6 +5,8 @@ RUN apk add --update --no-cache \
|
||||
make \
|
||||
g++ \
|
||||
git \
|
||||
libsamplerate-dev \
|
||||
linux-headers \
|
||||
&& rm -rf /var/cache/apk/*
|
||||
|
||||
ADD ./ /MMDVMHost
|
||||
|
||||
Reference in New Issue
Block a user