mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
feature: docker: io: less, el_GR
This commit is contained in:
parent
2db458bc7b
commit
3fc8932f4c
1 changed files with 2 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ COPY package.json /usr/src/cloudcmd/
|
|||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
RUN apt-get update && apt-get upgrade && apt-get autoremove && \
|
||||
apt-get install -y ffmpeg net-tools netcat-openbsd mc iputils-ping vim neovim \
|
||||
apt-get install -y less ffmpeg net-tools netcat-openbsd mc iputils-ping vim neovim \
|
||||
sudo locales command-not-found && \
|
||||
echo "> Update command-not-found database. Run 'sudo apt update' to populate it." && \
|
||||
apt-get update && \
|
||||
|
|
@ -54,6 +54,7 @@ RUN apt-get update && apt-get upgrade && apt-get autoremove && \
|
|||
echo "uk_UA.UTF-8 UTF-8" >> /etc/locale.gen && \
|
||||
echo "es_ES.UTF-8 UTF-8" >> /etc/locale.gen && \
|
||||
echo "ja_JP.UTF-8 UTF-8" >> /etc/locale.gen && \
|
||||
echo "el_GR.UTF-8 UTF-8" >> /etc/locale.gen && \
|
||||
locale-gen
|
||||
|
||||
COPY . /usr/src/cloudcmd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue