changeset 258aab7c6279 in tryton-docker:default
details: https://hg.tryton.org/tryton-docker?cmd=changeset;node=258aab7c6279
description:
Add proteus
issue8480
review287681002
diffstat:
4.4/Dockerfile | 1 +
4.6/Dockerfile | 1 +
4.8/Dockerfile | 1 +
5.0/Dockerfile | 1 +
5.2/Dockerfile | 1 +
5 files changed, 5 insertions(+), 0 deletions(-)
diffs (55 lines):
diff -r 2b22d6453b8f -r 258aab7c6279 4.4/Dockerfile
--- a/4.4/Dockerfile Mon May 06 17:32:00 2019 +0200
+++ b/4.4/Dockerfile Tue Jul 09 23:25:58 2019 +0200
@@ -50,6 +50,7 @@
RUN pip3 install --no-cache-dir --install-option="-O1" \
"trytond == ${SERIES}.*" \
+ "proteus == ${SERIES}.*" \
&& for module in `curl
https://downloads.tryton.org/${SERIES}/modules.txt`; do \
pip3 install --no-cache-dir --install-option="-O1" "trytond_${module}
== ${SERIES}.*"; \
done \
diff -r 2b22d6453b8f -r 258aab7c6279 4.6/Dockerfile
--- a/4.6/Dockerfile Mon May 06 17:32:00 2019 +0200
+++ b/4.6/Dockerfile Tue Jul 09 23:25:58 2019 +0200
@@ -53,6 +53,7 @@
RUN pip3 install --no-cache-dir --install-option="-O1" \
"trytond == ${SERIES}.*" \
+ "proteus == ${SERIES}.*" \
&& for module in `curl
https://downloads.tryton.org/${SERIES}/modules.txt`; do \
pip3 install --no-cache-dir --install-option="-O1" "trytond_${module}
== ${SERIES}.*"; \
done \
diff -r 2b22d6453b8f -r 258aab7c6279 4.8/Dockerfile
--- a/4.8/Dockerfile Mon May 06 17:32:00 2019 +0200
+++ b/4.8/Dockerfile Tue Jul 09 23:25:58 2019 +0200
@@ -55,6 +55,7 @@
RUN pip3 install --no-cache-dir --install-option="-O1" \
"trytond == ${SERIES}.*" \
+ "proteus == ${SERIES}.*" \
&& for module in `curl
https://downloads.tryton.org/${SERIES}/modules.txt`; do \
pip3 install --no-cache-dir --install-option="-O1" "trytond_${module}
== ${SERIES}.*"; \
done \
diff -r 2b22d6453b8f -r 258aab7c6279 5.0/Dockerfile
--- a/5.0/Dockerfile Mon May 06 17:32:00 2019 +0200
+++ b/5.0/Dockerfile Tue Jul 09 23:25:58 2019 +0200
@@ -55,6 +55,7 @@
RUN pip3 install --no-cache-dir --install-option="-O1" \
"trytond == ${SERIES}.*" \
+ "proteus == ${SERIES}.*" \
&& for module in `curl
https://downloads.tryton.org/${SERIES}/modules.txt`; do \
pip3 install --no-cache-dir --install-option="-O1" "trytond_${module}
== ${SERIES}.*"; \
done \
diff -r 2b22d6453b8f -r 258aab7c6279 5.2/Dockerfile
--- a/5.2/Dockerfile Mon May 06 17:32:00 2019 +0200
+++ b/5.2/Dockerfile Tue Jul 09 23:25:58 2019 +0200
@@ -56,6 +56,7 @@
RUN pip3 install --no-cache-dir --install-option="-O1" \
"trytond == ${SERIES}.*" \
+ "proteus == ${SERIES}.*" \
&& for module in `curl
https://downloads.tryton.org/${SERIES}/modules.txt`; do \
pip3 install --no-cache-dir --install-option="-O1" "trytond_${module}
== ${SERIES}.*"; \
done \