Skip to content
Snippets Groups Projects
Commit 2c4ac7f019d4 authored by Vincent Hatakeyama's avatar Vincent Hatakeyama
Browse files

install python3-pyinotify in dev images (used in newer odoo 11 version)

parent 976525ab28df
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,7 @@
'RUN DEBIAN_FRONTEND=noninteractive apt-get install -y -qq ')
if odoo_type == 'odoo11':
myfile.write(
'python3-watchdog python3-ipdb\n')
'python3-watchdog python3-ipdb python3-pyinotify\n')
elif odoo_type in ('odoo10', ):
myfile.write(
'python-ipdb\n')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment