Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```