chore: cloudcmd: actions: lint ☘️

This commit is contained in:
coderaiser 2026-03-30 16:20:10 +00:00 committed by coderiaser
parent 738059f27f
commit 6aa496c995
2 changed files with 2 additions and 4 deletions

View file

@ -4,7 +4,6 @@
*.ai
*.cdr
*.eps
*.config.*
*.log
*.loc
@ -16,7 +15,6 @@ yarn.lock
now.json
app.json
bower.json
manifest.yml
deno.json
bin/release.*
img/logo/cloudcmd-hq.png

View file

@ -10,8 +10,8 @@ COPY package.json /usr/src/cloudcmd/
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get upgrade && apt-get autoremove && \
apt-get install -y less ffmpeg net-tools netcat-openbsd mc iputils-ping vim neovim bat fzf && \
sudo locales command-not-found && \
apt-get install -y less ffmpeg net-tools netcat-openbsd mc iputils-ping vim neovim bat fzf \
locales sudo 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 && \