Merge pull request #787 from chouyu/master

Update Dockerfile add dependency libsamplerate-dev
This commit is contained in:
Jonathan Naylor
2023-12-30 16:17:44 +00:00
committed by GitHub

View File

@@ -5,6 +5,8 @@ RUN apk add --update --no-cache \
make \
g++ \
git \
libsamplerate-dev \
linux-headers \
&& rm -rf /var/cache/apk/*
ADD ./ /MMDVMHost