Add encoder heads

This commit is contained in:
Zoe Roux
2024-01-15 12:53:43 +01:00
parent e5954712e2
commit e9738c2bc1
8 changed files with 62 additions and 19 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.20-alpine
FROM golang:1.21-alpine
RUN apk add --no-cache build-base ffmpeg libmediainfo-dev
RUN go install github.com/bokwoon95/wgo@latest
WORKDIR /app