mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature: docker: io: add command-not-found
This commit is contained in:
parent
a80f109d19
commit
19347a2b4c
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ RUN apt-get update && apt-get upgrade -y && \
|
|||
apt-get install -y curl git ffmpeg net-tools netcat-openbsd mc iputils-ping vim neovim sudo locales \
|
||||
build-essential \
|
||||
libatomic1 \
|
||||
command-not-found \
|
||||
ca-certificates && \
|
||||
apt-get autoremove && apt-get clean && \
|
||||
rm -rf /var/lib/apt/lists/* && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue