rwynn / monstache-builder

Base images for monstache

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monstache builder base image

This image will be used as a golang base image to build the Monsatche tool

It installs required packages to install dependencies and build the app, creating it and pushing it to docker hub, will save the time it takes to build this image on every machine

It uses golang:alpine as a base and installs the following packages:

go git

gcc musl-dev

make zip

About

Base images for monstache


Languages

Language:Dockerfile 64.7%Language:Shell 35.3%