aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--Dockerfile1
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 46c07c3..0ae2e43 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ nvim
vim-options
.mypy_cache
dasht
+tags
diff --git a/Dockerfile b/Dockerfile
index 0d83b06..3b2180d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,6 +11,7 @@ ENV DEBIAN_FRONTEND noninteractive
# Update and install
RUN apt-get update && apt-get install -y \
+ htop \
bash \
curl \
wget \