mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
feature: docker: io: htop
This commit is contained in:
parent
f463c5c5a7
commit
c40ae8e405
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ ARG GO_VERSION=1.21.2
|
|||
RUN apt-get update && \
|
||||
apt-get upgrade -y && \
|
||||
apt-get autoremove && \
|
||||
apt-get install -y less ffmpeg net-tools netcat-openbsd mc iputils-ping vim neovim bat fzf locales sudo command-not-found ncdu aptitude && \
|
||||
apt-get install -y less ffmpeg net-tools netcat-openbsd mc iputils-ping vim neovim bat fzf locales sudo command-not-found ncdu aptitude htop && \
|
||||
echo "> remove unused packages" && \
|
||||
apt-get remove mercurial subversion -y && \
|
||||
echo "> Update command-not-found database. Run 'sudo apt update' to populate it." && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue