diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | Dockerfile | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -4,3 +4,4 @@ nvim vim-options .mypy_cache dasht +tags @@ -11,6 +11,7 @@ ENV DEBIAN_FRONTEND noninteractive # Update and install RUN apt-get update && apt-get install -y \ + htop \ bash \ curl \ wget \ |