Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eloyekunle/docker-golang-build-tools

Dockerfile with Golang (Alpine) and Build tools.
https://github.com/eloyekunle/docker-golang-build-tools

Last synced: 25 days ago
JSON representation

Dockerfile with Golang (Alpine) and Build tools.

Awesome Lists containing this project

README

        

# Dockerfile with Golang (Alpine) and Build tools.

Golang (Latest) + Build Tools (e.g. make etc.)

Find [the image here](https://hub.docker.com/r/playmice/docker-golang-build-tools)

Pulling the image

```bash
docker pull playmice/docker-golang-build-tools
```

Using the image in a `Dockerfile`

```bash
FROM playmice/docker-golang-build-tools
```