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

Specify compatible version of fog

This commit is contained in:
James Croft
2016-02-13 09:15:27 -06:00
parent 8a5424b721
commit c4ef06ae2f

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