Compare commits

...

2 commits

Author SHA1 Message Date
coderiaser
ed7c8893af chore: cloudcmd: v19.11.4 2026-04-05 00:21:58 +03:00
coderiaser
024d85502d feature: docker: io: neovim: apt -> github 2026-04-05 00:21:58 +03:00
5 changed files with 17 additions and 7 deletions

View file

@ -1,3 +1,8 @@
2026.04.04, v19.11.4
feature:
- e7347d25 docker: io: neovim: apt -> github
2026.04.04, v19.11.3
feature:

View file

@ -1,4 +1,4 @@
# Cloud Commander v19.11.3
# Cloud Commander v19.11.4
### [Main][MainURL] [Blog][BlogURL] [Support][SupportURL] [Demo][DemoURL]
@ -1114,6 +1114,7 @@ There are a lot of ways to be involved in `Cloud Commander` development:
## Version history
- *2026.04.04*, **[v19.11.4](//github.com/coderaiser/cloudcmd/releases/tag/v19.11.4)**
- *2026.04.04*, **[v19.11.3](//github.com/coderaiser/cloudcmd/releases/tag/v19.11.3)**
- *2026.04.04*, **[v19.11.2](//github.com/coderaiser/cloudcmd/releases/tag/v19.11.2)**
- *2026.04.04*, **[v19.11.1](//github.com/coderaiser/cloudcmd/releases/tag/v19.11.1)**

View file

@ -1,4 +1,4 @@
# Cloud Commander v19.11.3 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
# Cloud Commander v19.11.4 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL]
### [Main][MainURL] [Blog][BlogURL] [Support][SupportURL] [Demo][DemoURL]

View file

@ -13,22 +13,26 @@ ENV DEBIAN_FRONTEND=noninteractive \
PATH=/usr/local/src/cargo/bin:$PATH
ARG GO_VERSION=1.21.2
ARG NVIM_VERSION=0.12.0
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 htop btop && \
echo "> remove unused packages" && \
apt-get remove mercurial subversion -y && \
apt-get install -y less ffmpeg net-tools netcat-openbsd mc iputils-ping vim bat fzf locales sudo command-not-found ncdu aptitude htop btop && \
echo "> Update command-not-found database. Run 'sudo apt update' to populate it." && \
apt-get update && \
apt-get autoremove && \
apt-get clean && \
echo "> install neovim" && \
wget https://github.com/neovim/neovim/releases/download/v${NVIM_VERSION}/nvim-linux-x86_64.tar.gz && \
tar zxf nvim-linux-x86_64.tar.gz && \
mv ~/nvim-linux-x86_64 /usr/local/src/nvim && \
ln -s /usr/local/src/nvim/bin/nvim /usr/local/bin/nvim && \
echo "> install nvm" && \
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | bash && \
mv ~/.nvm /usr/local/src/nvm && \
echo "> install npm globals" && \
npm i wisdom nupdate version-io redrun superc8 supertape madrun redlint putout renamify-cli runny redfork -g && \
npm i wisdom nupdate version-io redrun superc8 supertape madrun redlint putout renamify-cli runny redfork -g && \
echo "> install bun" && \
curl -fsSL https://bun.sh/install | bash && \
mv ~/.bun /usr/local/src/bun && \

View file

@ -1,6 +1,6 @@
{
"name": "cloudcmd",
"version": "19.11.3",
"version": "19.11.4",
"type": "module",
"author": "coderaiser <mnemonic.enemy@gmail.com> (https://github.com/coderaiser)",
"description": "File manager for the web with console and editor",