Skip to content

Commit

Permalink
Merge pull request #24 from flownative/feature/add-nano-htop
Browse files Browse the repository at this point in the history
Add nano and htop to available utilities
  • Loading branch information
kdambekalns authored Dec 10, 2024
2 parents f10eb40 + f621919 commit 1536227
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,13 @@ The included tools are:

| Name | Command | Description |
|:------------|:---------|:-------------------------------------------------------------|
| vim | vi / vim | Text editor |
| cURL | curl | Data transfer agent for HTTP(S), FTP and more |
| Ghostscript | gs | Used for thumbnail rendering in Neos |
| htop | htop | A text-mode interactive process viewer |
| MariaDB | mysql | MySQL client, including tools like mysqldump and mysqlimport |
| nano | nano | Text editor |
| Netcat | nc | Universal TCP and UDP tool |
| Ghostscript | gs | Used for thumbnail rendering in Neos |
| vim | vi / vim | Text editor |

### Image optimization tools

Expand Down
2 changes: 1 addition & 1 deletion root-files/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ build_create_user() {
# @return void
#
build_tools() {
packages_install netcat-traditional vim less curl locales locales-all mariadb-client ghostscript gpg gpg-agent unzip
packages_install netcat-traditional vim less curl locales locales-all mariadb-client ghostscript gpg gpg-agent unzip nano htop
}

# ---------------------------------------------------------------------------------------
Expand Down

0 comments on commit 1536227

Please sign in to comment.