chore: docker: lint

This commit is contained in:
coderiaser 2026-03-23 15:46:11 +02:00
parent b052cf220d
commit 5e0b681d8b

View file

@ -9,7 +9,8 @@ COPY package.json /usr/src/cloudcmd/
RUN apt-get update && apt-get upgrade && apt-get autoremove && \
apt-get install -y netcat-openbsd mc iputils-ping vim neovim sudo && \
npm i wisdom nupdate version-io redrun 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 && \
curl -fsSL https://bun.sh/install | bash && \
ln -s ~/.bun/bin/bun /usr/local/bin/bun && \
chmod a+x /usr/local/bin/bun && \