lib/smartcloud/grids/grid-runner/Dockerfile in smartcloud-0.0.58 vs lib/smartcloud/grids/grid-runner/Dockerfile in smartcloud-0.0.59
- old
+ new
@@ -21,10 +21,10 @@
apk add --update git-daemon && \
apk add --update fcgiwrap && \
apk add --update spawn-fcgi && \
rm -rf /var/cache/apk/*
-RUN gem install smartcloud --no-rdoc --no-ri
+RUN gem install smartcloud
# launch fcgiwrap via spawn-fcgi; launch nginx in the foreground
# so the container doesn't die on us; supposedly we should be
# using supervisord or something like that instead, but this
# will do