Skip to content

Commit

Permalink
Docker_image.rst: remove pip install instruction
Browse files Browse the repository at this point in the history
This commit makes sure that the `pip install -r requirements.txt` will no longer appear in Docker_image.rst. It is not necessary with a docker image.

Closes coala#486
  • Loading branch information
raghavgr authored and gitmate-bot committed Nov 5, 2017
1 parent d7f0bcf commit 40329da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Users/Docker_Image.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ on your code with a ``.gitlab-ci.yml``, like this:
check_code:
image: coala/base
script:
- pip install -r requirements.txt
- coala --ci

.. note::
Expand Down

0 comments on commit 40329da

Please sign in to comment.