Skip to content

Commit

Permalink
* locked the redis gem version
Browse files Browse the repository at this point in the history
Version 4 of redis gem required a higher version of redis ( Issue Grokzen#31)
  • Loading branch information
andrei1489 committed Sep 4, 2017
1 parent bd7540a commit 99679e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
ENV LC_ALL en_US.UTF-8

RUN gem install redis
RUN gem install redis -v 3.3.3

RUN apt-get install -y gcc make g++ build-essential libc6-dev tcl git supervisor ruby

Expand Down

0 comments on commit 99679e2

Please sign in to comment.