1
0
mirror of https://github.com/rlister/dockerfiles.git synced 2025-12-13 01:36:20 +00:00

Merge pull request #5 from crofty/master

Specify compatible version of fog for riemann-dash
This commit is contained in:
Ric Lister
2016-02-17 15:02:02 -05:00

View File

@@ -7,7 +7,8 @@ RUN DEBIAN_FRONTEND=noninteractive \
apt-get install -y \
ca-certificates
RUN gem install --no-rdoc --no-ri riemann-dash thin fog
RUN gem install --no-rdoc --no-ri riemann-dash thin
RUN gem install --no-rdoc --no-ri fog -v 1.19.0
WORKDIR /app