Skip to content

Commit

Permalink
Update Dockerfile add dependency libsamplerate-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
chouyu authored Dec 23, 2023
1 parent f02cbcb commit fc7d69f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ RUN apk add --update --no-cache \
make \
g++ \
git \
libsamplerate-dev \
linux-headers \
&& rm -rf /var/cache/apk/*

ADD ./ /MMDVMHost
Expand Down

0 comments on commit fc7d69f

Please sign in to comment.