The base has only Alpine OS, Ruby 2.2, and my code
1.1K
FROM iron/ruby:2.2 #update packages RUN apk update && apk upgrade
#bring the code in COPY 2015PowerRanking.rb /
#add bash RUN apk add bash
#clear the cache RUN rm -rf /var/cache/*
Content type
Image
Digest
Size
20 MB
Last updated
almost 10 years ago
docker pull jpksf/bash