Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 days 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 (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T20:49:15.000Z (8 months ago)
- Last Synced: 2024-10-06T12:41:57.935Z (about 1 month 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
[![Docker Status](https://img.shields.io/badge/docker-ready-blue.svg)](https://hub.docker.com/r/cmckni3/alpine-build-tools)
[![Docker Pulls](https://img.shields.io/docker/pulls/cmckni3/alpine-build-tools?label=Docker%20Hub%20Image%20Pulls)](https://hub.docker.com/r/cmckni3/alpine-build-tools)
[![Image Size](https://img.shields.io/docker/image-size/cmckni3/alpine-build-tools/latest)](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
```