Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
[IMP] Added bash completion so we can have the git completion too, af…
Browse files Browse the repository at this point in the history
…ter this there is no need to change .bashrc for this task (for 7.0)
  • Loading branch information
ruiztulio committed Jul 29, 2015
1 parent 62cefa1 commit c2cab12
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion odoo70/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ RUN apt-get update -q && apt-get upgrade -q \
libsasl2-dev \
libxml2-dev \
libxslt1-dev \
python-libxml2
python-libxml2 \
bash-completion

RUN ln -s /usr/include/freetype2 /usr/local/include/freetype \
&& ln -s /usr/lib/x86_64-linux-gnu/libjpeg.so /usr/lib/ \
&& ln -s /usr/lib/x86_64-linux-gnu/libfreetype.so /usr/lib/ \
Expand Down

0 comments on commit c2cab12

Please sign in to comment.