mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
chore: cloudcmd: actions: lint ☘️
This commit is contained in:
parent
738059f27f
commit
6aa496c995
2 changed files with 2 additions and 4 deletions
|
|
@ -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 && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue