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
commit 8686444c24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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