Dockerfile created. Final docker image includes ffmpeg-6.0.1 and yt-dl 2025.01.26

This commit is contained in:
aced 2025-02-05 05:01:21 -05:00
parent baee73e7a3
commit 9fe4e2fad1

View File

@ -1,4 +1,4 @@
# Use the official Debian Bookworm Slim image as the base
# Use the official golang:1.22.12-bookworm
FROM golang:1.22.12-bookworm as build
RUN mkdir /app
WORKDIR /app