You can not 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 6e75490209
continuous-integration/drone/push Build is passing Details
Merge pull request 'Update Go to 1.20.2' (#1) from go1.20.2 into master
2 weeks ago
.drone.yml Fix Drone CI to use plugins/kaniko for docker builds 1 year ago
.gitignore Initial Commit 2 years ago
Dockerfile Update Go to 1.20.2 2 weeks ago
README.md Initial Commit 2 years ago

README.md

golang-alpine-ffmpeg

Build Status

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

  • gcc
  • git
  • make

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