Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Individual gem installs (#5)
Browse files Browse the repository at this point in the history
* Individual gem installs
  • Loading branch information
dtzar authored and VaijanathB committed Dec 8, 2017
1 parent cd0c0bf commit a1a54e9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,9 @@ RUN apt-get update && gem update --system && apt-get install unzip \
&& unzip terraform_${TERRAFORM_VERSION}_linux_amd64.zip -d /usr/local/bin

WORKDIR /tf-test/
RUN ["bundle", "install"]
RUN gem install rake --version =12.3.0 \
&& gem install colorize --version =0.8.1 \
&& gem install rspec --version =3.7.0 \
&& gem install kitchen-terraform --version 3.0.0 \
&& gem install test-kitchen --version 1.16.0
WORKDIR /tf-test/module

0 comments on commit a1a54e9

Please sign in to comment.