diff --git a/Dockerfile b/Dockerfile index 06937ac..c4dfaf3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,6 +36,7 @@ RUN apt install vim -y RUN apt install neovim -y RUN apt install nano -y RUN apt install curl -y +RUN apt install htop -y # Load entrypoint COPY entrypoint.sh / diff --git a/README.md b/README.md index 69455ca..1dfa155 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Sailbox is a Docker image that simplifies setting up a remote development enviro - SSH server out-of-the-box - User management (CRUD) via the `sail` Bash CLI - Docker-in-Docker support -- Preinstalled: Git, Vim, Neovim, Nano, curl, gh +- Preinstalled: Git, Vim, Neovim, Nano, curl, gh, htop ---