mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
feature: docker: io: remove unused
This commit is contained in:
parent
b3e682c0a5
commit
d1032f09ab
1 changed files with 2 additions and 0 deletions
|
|
@ -18,6 +18,8 @@ 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 && \
|
||||
echo "> remove unused packages" && \
|
||||
apt-get remove mercurial subversion -y && \
|
||||
echo "> Update command-not-found database. Run 'sudo apt update' to populate it." && \
|
||||
apt-get update && \
|
||||
apt-get autoremove && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue