From a41aadae94789ec7f593ac6ea5da541825dd14e9 Mon Sep 17 00:00:00 2001
From: B13nch3n <b13nch3n_01@theb-si.de>
Date: Mon, 11 Apr 2022 16:28:32 +0200
Subject: [PATCH] Add development tools to Dockerfile

---
 Dockerfile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index aa8ca2b..5e325e1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -26,6 +26,8 @@ RUN set -e pipefail; \
     apt-get update -y; \
     apt-get install -y git pip; \
     pip install -r requirements.txt; \
+    # for development, install black & PyLint
+    pip install black pylint; \
     git clone https://github.com/ihmwg/python-ihm.git ihm.git; \
     cd ihm.git; \
     python3 setup.py build; \
@@ -56,4 +58,5 @@ ENTRYPOINT ["/docker-entrypoint.sh"]
 
 # LocalWords:  ARG OST ARGs ENV SRC tmp PYTHONUNBUFFERED Schwede schwedelab py
 # LocalWords:  PYTHONDONTWRITEBYTECODE Bioinformatics sib swiss Biozentrum ihm
-# LocalWords:  modelcif txt WORKDIR pipefail chmod adduser mmcif ENTRYPOINT
+# LocalWords:  modelcif txt WORKDIR pipefail chmod adduser mmcif ENTRYPOINT cd
+# LocalWords:  pylint rf entrypoint
-- 
GitLab