Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/eloyekunle/docker-golang-build-tools
- Owner: eloyekunle
- Created: 2018-10-28T09:31:36.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T20:25:26.000Z (about 6 years ago)
- Last Synced: 2024-10-29T10:47:36.283Z (2 months ago)
- Language: Dockerfile
- Size: 0 Bytes
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```