Skip to content

Commit

Permalink
Merge pull request #19 from LinuxSuRen/add-libasound2-dev
Browse files Browse the repository at this point in the history
Add the native package libasound2-dev into container image
  • Loading branch information
LinuxSuRen authored Nov 18, 2021
2 parents 2ebae70 + e414cf2 commit 95312fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM golang:1.16

RUN apt update && \
apt install upx -y
apt install upx libasound2-dev -y

COPY goget-server /

Expand Down

0 comments on commit 95312fc

Please sign in to comment.