Switch hasher to ruby:alpine

This commit is contained in:
Jérôme Petazzoni
2016-03-29 01:03:05 +00:00
parent a34f262a95
commit 0440d1ea8d

View File

@@ -1,4 +1,5 @@
FROM ruby
FROM ruby:alpine
RUN apk add --update build-base
RUN gem install sinatra
RUN gem install thin
ADD hasher.rb /