File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM node
1+ FROM ubuntu
22LABEL maintainer= " Coderaiser"
33LABEL org.opencontainers.image.source= " https://github.com/coderaiser/cloudcmd"
44
@@ -9,9 +9,16 @@ COPY package.json /usr/src/cloudcmd/
99
1010ENV DEBIAN_FRONTEND = noninteractive
1111
12- RUN apt- get update && apt- get upgrade && apt- get autoremove && \
13- apt- get install - y ffmpeg net- tools netcat- openbsd mc iputils- ping vim neovim sudo locales && \
14- apt- get clean && \
12+ RUN apt- get update && apt- get upgrade - y && \
13+ apt- get install - y curl ffmpeg net- tools netcat- openbsd mc iputils- ping vim neovim sudo locales && \
14+ apt- get autoremove && apt- get clean && \
15+ echo " > install node" && \
16+ curl - o- https:// raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | bash && \
17+ mv ~/ .nvm / usr/ local/ src/ nvm && \
18+ chmod a+ rwx / usr/ local/ src/ nvm && \
19+ ln - s / usr/ local/ src/ nvm/ nvm.sh / usr/ local/ bin/ nvm && \
20+ nvm i node && \
21+ echo " > install npm globals" && \
1522 npm i wisdom nupdate version- io redrun superc8 \
1623 supertape madrun redlint putout renamify- cli runny redfork - g && \
1724 echo " > install bun" && \
You can’t perform that action at this time.
0 commit comments