We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e044d3 commit e4b765cCopy full SHA for e4b765c
Dockerfile
@@ -3,6 +3,7 @@ ENV APP_NAME=ponder
3
ENV WORKDIR=/app
4
WORKDIR $WORKDIR
5
COPY . .
6
+RUN apk add --no-cache build-base pkgconfig alsa-lib-dev
7
RUN go mod download
8
RUN go build -o /$APP_NAME
9
0 commit comments