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

https://github.com/strues/docker-alpine-base


https://github.com/strues/docker-alpine-base

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

alpine-base
=============

Just another Alpine Linux base image. It's based in alpine 3.4, adding basic software bash openssl and curl.

## Build

```
docker build -t strues/alpine-base: .
```

## Usage

To use this image include `FROM strues/alpine-base` at the top of your `Dockerfile`.