Last active
November 12, 2016 20:00
-
-
Save keiththomps/4490be7b284c094881917ac98570c6b6 to your computer and use it in GitHub Desktop.
Dockerfile: Alpine with Bash
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM alpine:3.4 | |
| MAINTAINER Keith Thompson <keith@coderjourney.com> | |
| RUN apk add bash --update-cache | |
| CMD bash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment