Skip to content

Commit

Permalink
Docker_image.rst: remove pip install instruction
Browse files Browse the repository at this point in the history
`pip install` is unnecessary in Docker Image docs.

Closes coala#486
  • Loading branch information
raghavgr committed Nov 6, 2017
1 parent d7f0bcf commit 03185b6
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 03185b6

Please sign in to comment.