Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
5 changes: 5 additions & 0 deletions dev.md
Original file line number Diff line number Diff line change
@@ -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