diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ FROM golang:1.24-alpine AS builder # Install git and build tools -RUN apk add --no-cache git gcc musl-dev pkgconfig +RUN apk add --no-cache git gcc musl-dev pkgconfig libopus-dev # Set working directory WORKDIR /app |
