https://github.com/cmckni3/docker-alpine-build-tools
Alpine base image with build tools and bash
https://github.com/cmckni3/docker-alpine-build-tools
alpine build-tools docker docker-image
Last synced: about 1 year ago
JSON representation
Alpine base image with build tools and bash
- Host: GitHub
- URL: https://github.com/cmckni3/docker-alpine-build-tools
- Owner: cmckni3
- License: unlicense
- Created: 2015-05-13T05:33:42.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T20:49:15.000Z (over 2 years ago)
- Last Synced: 2024-10-06T12:41:57.935Z (over 1 year ago)
- Topics: alpine, build-tools, docker, docker-image
- Language: Dockerfile
- Homepage:
- Size: 26.4 KB
- Stars: 1
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Alpine container image with build tools installed
[](https://hub.docker.com/r/cmckni3/alpine-build-tools)
[](https://hub.docker.com/r/cmckni3/alpine-build-tools)
[](https://hub.docker.com/r/cmckni3/alpine-build-tools)
Alpine based image with common build tools installed
## What's Included
* bash
* builds tools for gcc and g++
* clang
## Building the image
```sh
docker build -t cmckni3/alpine-build-tools .
```
## Running the image
```sh
docker run -it cmckni3/alpine-build-tools
```