Skip to content

Instantly share code, notes, and snippets.

@keiththomps
Last active November 12, 2016 20:00
Show Gist options
  • Select an option

  • Save keiththomps/4490be7b284c094881917ac98570c6b6 to your computer and use it in GitHub Desktop.

Select an option

Save keiththomps/4490be7b284c094881917ac98570c6b6 to your computer and use it in GitHub Desktop.
Dockerfile: Alpine with Bash
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