mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature: docker: io: command-not-found update
This commit is contained in:
parent
8b9004b4dd
commit
cf424d6c05
1 changed files with 2 additions and 0 deletions
|
|
@ -12,6 +12,8 @@ ENV DEBIAN_FRONTEND=noninteractive
|
|||
RUN apt-get update && apt-get upgrade && apt-get autoremove && \
|
||||
apt-get install -y ffmpeg net-tools netcat-openbsd mc iputils-ping vim neovim \
|
||||
sudo locales command-not-found && \
|
||||
echo "> Update command-not-found database. Run 'sudo apt update' to populate it." && \
|
||||
apt-get update && \
|
||||
apt-get autoremove && apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
echo "> install nvm" && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue