Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 /
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

---

Expand Down
Loading