File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,15 +8,17 @@ WORKDIR /usr/src/app
88COPY package.json / usr/ src/ app/
99
1010RUN apt- get update && apt- get upgrade && apt- get autoremove && \
11- apt- get install nc mc iputils- ping && \
12- npm i wisdom nupdate version- io redrun madrun redlint putout - g
11+ apt- get install - y netcat - openbsd mc iputils- ping vim neovim && \
12+ npm i wisdom nupdate version- io redrun madrun redlint putout - g && \
1313 curl - fsSL https:// bun.com/install | bash && \
14- curl - fsSL https:// deno.land/install.sh | sh
14+ curl - fsSL https:// deno.land/install.sh | sh && \
1515 ~/ .bun/ bin/ bun i -- production && \
1616 ~/ .bun/ bin/ bun add -- no- save gritty && \
1717 ~/ .bun/ bin/ bun pm cache rm && \
1818 echo " ALL ALL=(ALL) NOPASSWD: /usr/bin/apt-get install *" > / etc/ sudoers.d/ apt- install && \
19- chmod 0440 / etc/ sudoers.d/ apt- install
19+ chmod 0440 / etc/ sudoers.d/ apt- install && \
20+ echo " set editing-mode vi" >> / etc/ inputrc && \
21+ echo " TAB: menu-complete" >> / etc/ inputrc
2022
2123COPY . / usr/ src/ app
2224
You can’t perform that action at this time.
0 commit comments