File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44* .ai
55* .cdr
66* .eps
7- * .config. *
87* .log
98* .loc
109
@@ -16,7 +15,6 @@ yarn.lock
1615now.json
1716app.json
1817bower.json
19- manifest.yml
2018deno.json
2119bin /release. *
2220img /logo /cloudcmd-hq.png
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ COPY package.json /usr/src/cloudcmd/
1010ENV DEBIAN_FRONTEND = noninteractive
1111
1212RUN apt- get update && apt- get upgrade && apt- get autoremove && \
13- apt- get install - y less ffmpeg net- tools netcat- openbsd mc iputils- ping vim neovim bat fzf && \
14- sudo locales command- not- found && \
13+ apt- get install - y less ffmpeg net- tools netcat- openbsd mc iputils- ping vim neovim bat fzf \
14+ locales sudo command- not- found && \
1515 echo " > Update command-not-found database. Run 'sudo apt update' to populate it." && \
1616 apt- get update && \
1717 apt- get autoremove && apt- get clean && \
You can’t perform that action at this time.
0 commit comments