mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
cloudapp
This commit is contained in:
parent
812193a6b1
commit
9280bae86f
12
cloudapp/Dockerfile
Normal file
12
cloudapp/Dockerfile
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
FROM ruby:latest
|
||||||
|
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||||
|
|
||||||
|
# update gems
|
||||||
|
RUN gem update --system
|
||||||
|
RUN gem update
|
||||||
|
|
||||||
|
# install cloudapp
|
||||||
|
RUN gem install gem-man
|
||||||
|
RUN gem install cloudapp
|
||||||
|
|
||||||
|
ENTRYPOINT ["cloudapp"]
|
Loading…
Reference in New Issue
Block a user