We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3eba58b commit c31f8d4Copy full SHA for c31f8d4
Dockerfile
@@ -1,6 +1,6 @@
1
FROM golang:1.23.0-alpine AS builder
2
3
-RUN apk add --no-cache git build-base libpng-dev
+RUN apk add --no-cache git build-base libpng-dev libwebp-dev
4
5
WORKDIR $GOPATH/src/github.com/satisfactorymodding/smr-api/
6
0 commit comments