Skip to content

Instantly share code, notes, and snippets.

View dieisonborges's full-sized avatar
🐍
at work

Dieison Borges dieisonborges

🐍
at work
View GitHub Profile
@dieisonborges
dieisonborges / Dockerfile
Last active October 14, 2023 21:48 — forked from wesleywillians/Dockerfile
Dockerfile - Curso Code.education / Golang / Microsserviço de videos
FROM golang:1.14-alpine3.11
ENV PATH="$PATH:/bin/bash" \
BENTO4_BIN="/opt/bento4/bin" \
PATH="$PATH:/opt/bento4/bin"
# FFMPEG
RUN apk add --update ffmpeg bash curl make
# Install Bento
WORKDIR /tmp/bento4