Skip to content

Commit

Permalink
explicit specify gherkin-version
Browse files Browse the repository at this point in the history
  • Loading branch information
lindt committed Mar 12, 2017
1 parent 04d3fb3 commit 1796110
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
FROM ruby
MAINTAINER [email protected]

RUN gem install gherkin_format --no-format-exec
RUN gem install gherkin --version=2.12.2 \
&& gem install gherkin_format --no-format-exec

ENV LC_ALL=C.UTF-8

Expand Down

0 comments on commit 1796110

Please sign in to comment.