Sign inSign up

jpksf/bash

By jpksf

Updated almost 10 years ago

The base has only Alpine OS, Ruby 2.2, and my code

Artifact
Image
0

1.1K

jpksf/bash repository overview

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/*

Tag summary

Content type

Image

Digest

Size

20 MB

Last updated

almost 10 years ago

docker pull jpksf/bash