Skip to content

Commit

Permalink
[FIX] Include astor
Browse files Browse the repository at this point in the history
Fix #17.
  • Loading branch information
yajo committed Feb 21, 2017
1 parent e28e9ac commit 8e7069c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ RUN apt-get update \

# Other facilities
RUN pip install --no-cache-dir \
git-aggregator openupgradelib pudb wdb
astor git-aggregator openupgradelib pudb wdb
COPY bin/autoaggregate bin/log bin/pot bin/unittest bin/install.sh /usr/local/bin/
COPY bin/direxec.sh /opt/odoo/common/entrypoint.sh
RUN ln /opt/odoo/common/entrypoint.sh /opt/odoo/common/build.sh
Expand Down

0 comments on commit 8e7069c

Please sign in to comment.