diff --git a/Dockerfile b/Dockerfile index f382a99..89df643 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,15 @@ ARG GIT_VERSION_TAG=unspecified ARG GIT_COMMIT_MESSAGE=unspecified ARG GIT_VERSION_HASH=unspecified +# Python integration +RUN python3 -m pip install --no-cache-dir \ + ipython \ + pytest \ + flake8 \ + black \ + mypy + + # Install updates and docker RUN apt-get -yq update && apt-get -yq install \ curl \ diff --git a/dev.md b/dev.md new file mode 100644 index 0000000..e99e07d --- /dev/null +++ b/dev.md @@ -0,0 +1,5 @@ +## Available Tools +- Python development: pytest, flake8, black, mypy +- Shell environments: zsh, fish +- Network debugging: tcpdump, traceroute, nmap +- System monitoring: htop, tree, lsof