mirror of
https://github.com/wiosna-dev/common-library.git
synced 2026-03-12 09:31:51 +01:00
Docker > Dockerfile > make bash terminal wider (increase columns count)
This commit is contained in:
@@ -121,4 +121,5 @@ RUN php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" \
|
|||||||
#
|
#
|
||||||
RUN sed -i 's/^# export/export/g; \
|
RUN sed -i 's/^# export/export/g; \
|
||||||
s/^# alias/alias/g;' ~/.bashrc \
|
s/^# alias/alias/g;' ~/.bashrc \
|
||||||
&& echo "\n"'export PATH=/project/vendor/bin:$PATH'"\n" >> ~/.bashrc
|
&& echo "\n"'export PATH=/project/vendor/bin:$PATH'"\n" >> ~/.bashrc \
|
||||||
|
&& echo 'COLUMNS=200'"\n" >> ~/.bashrc
|
||||||
|
|||||||
Reference in New Issue
Block a user