From 810b22a444f35675b33f90b224594f89d25e283c Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Wed, 27 Feb 2019 14:51:40 +0100 Subject: [PATCH] [doc][linux] Add additional packages --- doc/linux.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/linux.rst b/doc/linux.rst index 086bc61d..ce94f81e 100644 --- a/doc/linux.rst +++ b/doc/linux.rst @@ -255,3 +255,11 @@ To avoid problems with conda and using shared builders, consider creating the directory ``~gitlab-runner/.conda`` and touching the file ``environments.txt`` in that directory, setting a mode of ``444`` (i.e., make it read-only). + + +Extra packages +============== + +List of extra packages to ensure are installed on the shell environment: + +* rsync -- GitLab