A Go image environment based on Alpine with the gcc, make and ffmpeg installed.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
James Mills f0b3c332b7
continuous-integration/drone/push Build is passing Details
Update image to golang:1.19.2-alpine3.16
8 months ago
.drone.yml Fix Drone CI to use plugins/kaniko for docker builds 1 year ago
.gitignore Initial Commit 2 years ago
Dockerfile Update image to golang:1.19.2-alpine3.16 8 months ago
README.md Initial Commit 2 years ago

README.md

golang-alpine-ffmpeg

Build Status

A Go image environment based on Alpine with the following components installed:

  • gcc
  • git
  • make
  • ffmpeg-dev

This is useful for CI that requires access to a C compiler, the make command and depends on ffmpe.