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 committed Nov 4, 2017
1 parent 65bed11 commit f37de42
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 @@ -69,7 +69,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 f37de42

Please sign in to comment.