FROM alpine:3.21 RUN apk add --no-cache ffmpeg curl ca-certificates COPY zig-out/bin/transcribator /usr/local/bin/ CMD ["transcribator"]