mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature: docker: io: net-tools: add
This commit is contained in:
parent
3d2944bd13
commit
e04c459489
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ COPY package.json /usr/src/cloudcmd/
|
|||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt-get update && apt-get upgrade && apt-get autoremove && \
|
||||
apt-get install -y ffmpeg netcat-openbsd mc iputils-ping vim neovim sudo locales && \
|
||||
apt-get install -y ffmpeg net-tools netcat-openbsd mc iputils-ping vim neovim sudo locales && \
|
||||
apt-get clean && \
|
||||
npm i wisdom nupdate version-io redrun superc8 \
|
||||
supertape madrun redlint putout renamify-cli runny redfork -g && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue