diff --git a/Dockerfile b/Dockerfile
index 3e40890825b61e02da8e8fc0c85d76c8665a866f..5e325e1394f06d5b8638e58bb507d3105d8972c7 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -24,7 +24,6 @@ COPY requirements.txt ${SRC_DIR}
 WORKDIR ${SRC_DIR}
 RUN set -e pipefail; \
     apt-get update -y; \
-    # for development, install venv
     apt-get install -y git pip; \
     pip install -r requirements.txt; \
     # for development, install black & PyLint