We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6839fe commit 2132eafCopy full SHA for 2132eaf
Dockerfile
@@ -22,7 +22,7 @@ RUN set -x \
22
&& python3 -m venv /ocamt \
23
&& /ocamt/bin/pip install wheel
24
RUN set -x \
25
- && /ocamt/bin/pip install -e git+https://github.com/OCA/maintainer-tools@c7ac2741c02df0ad49ba637e2dca8e67d460af47#egg=oca-maintainers-tools \
+ && /ocamt/bin/pip install -e git+https://github.com/OCA/maintainer-tools@73c47b6835bee3ab0eeeff7c463de6b9c085abbc#egg=oca-maintainers-tools \
26
&& ln -s /ocamt/bin/oca-gen-addons-table /usr/local/bin/ \
27
&& ln -s /ocamt/bin/oca-gen-addon-readme /usr/local/bin/ \
28
&& ln -s /ocamt/bin/oca-gen-addon-icon /usr/local/bin/ \
0 commit comments