Skip to content

Commit e4b765c

Browse files
committed
docker build
1 parent 7e044d3 commit e4b765c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ ENV APP_NAME=ponder
33
ENV WORKDIR=/app
44
WORKDIR $WORKDIR
55
COPY . .
6+
RUN apk add --no-cache build-base pkgconfig alsa-lib-dev
67
RUN go mod download
78
RUN go build -o /$APP_NAME
89

0 commit comments

Comments
 (0)