Skip to content

Commit

Permalink
Merge pull request #787 from chouyu/master
Browse files Browse the repository at this point in the history
Update Dockerfile add dependency libsamplerate-dev
  • Loading branch information
g4klx authored Dec 30, 2023
2 parents 4ec4400 + fc7d69f commit 8686444
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 8686444

Please sign in to comment.