From f37de4239807b33e734fce3c6a81c008ad77aa76 Mon Sep 17 00:00:00 2001 From: raghavgr <33322020+raghavgr@users.noreply.github.com> Date: Sat, 4 Nov 2017 21:53:00 +0300 Subject: [PATCH] Docker_image.rst: remove pip install instruction 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 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 daddd3d5..135711c6 100644 --- a/Users/Docker_Image.rst +++ b/Users/Docker_Image.rst @@ -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::