Docker > Dockerfile > make bash terminal wider (increase columns count)

This commit is contained in:
Meritoo
2018-06-07 20:56:48 +02:00
parent c351ce887a
commit 2e60176d95

View File

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