Skip to content

Commit

Permalink
Adapt Dockerfile to the new Gemfile path
Browse files Browse the repository at this point in the history
  • Loading branch information
rshad committed Feb 10, 2020
1 parent 4702b74 commit d3e7c15
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kitchen/wazuh-chef/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ RUN gem install kitchen-docker && \
RUN cd $HOME && \
git clone https://github.com/wazuh/wazuh-qa.git && \
cd $HOME/wazuh-qa && \
git fetch --all && \
git checkout devel && \
git pull origin devel

RUN cd $HOME/wazuh-qa/kitchen/wazuh-chef/manager/files/ && \
RUN cd $HOME/wazuh-qa/kitchen/wazuh-chef/ && \
bundle install

RUN rm -rf /usr/local/bundle/gems/kitchen-docker-2.9.0/* && \
Expand Down

0 comments on commit d3e7c15

Please sign in to comment.