summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index ed35786..6249736 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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