File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ 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 ffmpeg net- tools netcat- openbsd mc iputils- ping vim neovim \
13+ apt- get install - y less ffmpeg net- tools netcat- openbsd mc iputils- ping vim neovim \
1414 sudo locales command- not- found && \
1515 echo " > Update command-not-found database. Run 'sudo apt update' to populate it." && \
1616 apt- get update && \
@@ -54,6 +54,7 @@ RUN apt-get update && apt-get upgrade && apt-get autoremove && \
5454 echo "uk_UA.UTF-8 UTF-8" >> /etc/locale.gen && \
5555 echo "es_ES.UTF-8 UTF-8" >> /etc/locale.gen && \
5656 echo "ja_JP.UTF-8 UTF-8" >> /etc/locale.gen && \
57+ echo "el_GR.UTF-8 UTF-8" >> /etc/locale.gen && \
5758 locale-gen
5859
5960COPY . /usr/src/cloudcmd
You can’t perform that action at this time.
0 commit comments