From 03185b6949b462974ab554b8b2ef952ff9b5f73e Mon Sep 17 00:00:00 2001 From: raghavgr94 Date: Mon, 6 Nov 2017 21:30:50 +0300 Subject: [PATCH] Docker_image.rst: remove pip install instruction `pip install` is unnecessary in Docker Image docs. Closes https://github.com/coala/documentation/issues/486 --- Users/Docker_Image.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/Users/Docker_Image.rst b/Users/Docker_Image.rst index 74846b10..5aeab5fe 100644 --- a/Users/Docker_Image.rst +++ b/Users/Docker_Image.rst @@ -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::