Skip to content

Commit 3fc8932

Browse files
committed
feature: docker: io: less, el_GR
1 parent 2db458b commit 3fc8932

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker/Dockerfile.io

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ COPY package.json /usr/src/cloudcmd/
1010
ENV DEBIAN_FRONTEND=noninteractive
1111

1212
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 \
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
5960
COPY . /usr/src/cloudcmd

0 commit comments

Comments
 (0)