diff --git a/Dockerfile b/Dockerfile index fb02ec8..e5fae4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,6 +19,7 @@ RUN pip install \ pytest \ pytest-cov \ pytest-mock \ + pytest-watch \ boto3 RUN echo "alias ll='ls -alFh --color=auto'" >> /root/.bashrc