https://github.com/strues/docker-alpine-base
https://github.com/strues/docker-alpine-base
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/strues/docker-alpine-base
- Owner: strues
- Created: 2016-05-10T17:34:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-07T18:35:45.000Z (about 10 years ago)
- Last Synced: 2025-01-30T13:44:49.811Z (over 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.