Skip to content

Commit f0179d8

Browse files
authored
Merge pull request #52 from maxmielchen/51-add-htop
add htop
2 parents 0ab527d + 3d6e0aa commit f0179d8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN apt install vim -y
3636
RUN apt install neovim -y
3737
RUN apt install nano -y
3838
RUN apt install curl -y
39+
RUN apt install htop -y
3940

4041
# Load entrypoint
4142
COPY entrypoint.sh /

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Sailbox is a Docker image that simplifies setting up a remote development enviro
2323
- SSH server out-of-the-box
2424
- User management (CRUD) via the `sail` Bash CLI
2525
- Docker-in-Docker support
26-
- Preinstalled: Git, Vim, Neovim, Nano, curl, gh
26+
- Preinstalled: Git, Vim, Neovim, Nano, curl, gh, htop
2727

2828
---
2929

0 commit comments

Comments
 (0)