diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-12-12 21:44:10 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-12-12 21:44:10 -0700 |
commit | a1121fb33410e0f503232dcf2045ca5908070248 (patch) | |
tree | a35cbd446074f42e000f069cfa2d6dd9c2f952ce | |
parent | 0248f11d4ab1b701a6e7eecd2476939ab554ad38 (diff) |
Including htop
-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 \ |