mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
feature: cloudcmd: bin: get rid of require
This commit is contained in:
parent
47acb8fdf7
commit
a423739cb8
2 changed files with 4 additions and 8 deletions
|
|
@ -37,7 +37,7 @@ RUN apt-get update && apt-get upgrade && apt-get autoremove && \
|
|||
echo "set editing-mode vi" >> /etc/inputrc && \
|
||||
echo "TAB: menu-complete" >> /etc/inputrc && \
|
||||
echo "set UTF-8" && \
|
||||
echo" > configure languages" && \
|
||||
echo " > configure languages" && \
|
||||
echo "en_US.UTF-8 UTF-8" > /etc/locale.gen && \
|
||||
echo "ru_RU.UTF-8 UTF-8" >> /etc/locale.gen && \
|
||||
echo "uk_UA.UTF-8 UTF-8" >> /etc/locale.gen && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue