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.
2 parents c0746f1 + af5be12 commit 6120bfbCopy full SHA for 6120bfb
Dockerfile
@@ -30,7 +30,7 @@ RUN set -x \
30
&& python${PY} -m venv /ocamt \
31
&& /ocamt/bin/pip install --no-cache-dir -U pip wheel
32
RUN set -x \
33
- && /ocamt/bin/pip install --no-cache-dir -e git+https://github.com/OCA/maintainer-tools@f9b919b9868143135a9c9cb03021089cabba8223#egg=oca-maintainers-tools \
+ && /ocamt/bin/pip install --no-cache-dir -e git+https://github.com/OCA/maintainer-tools@f70373fca6830e6536c3967ba5794311602b4bd4#egg=oca-maintainers-tools \
34
&& ln -s /ocamt/bin/oca-gen-addons-table /usr/local/bin/ \
35
&& ln -s /ocamt/bin/oca-gen-addon-readme /usr/local/bin/ \
36
&& ln -s /ocamt/bin/oca-gen-addon-icon /usr/local/bin/ \
0 commit comments