FROM alpine:latest MAINTAINER Jessica Frazelle RUN apk --no-cache add \ build-base \ ca-certificates \ ruby \ ruby-dev \ && gem install --no-document io-console t ENTRYPOINT [ "t" ]