feature: cloudcmd: bin: get rid of require

This commit is contained in:
coderiaser 2026-03-29 12:37:36 +03:00
parent 47acb8fdf7
commit a423739cb8
2 changed files with 4 additions and 8 deletions

View file

@ -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 && \