Update Dockerfile add dependency libsamplerate-dev

This commit is contained in:
chouyu
2023-12-24 00:19:28 +08:00
committed by GitHub
parent f02cbcb141
commit fc7d69f0ee

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