[help.gnome.org/oscp: 2/3] Add Dockerfile for Pintail



commit 8ae12def4eb41a813bedeaf8a8f9afa8fca565dc
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Mon Feb 10 08:54:24 2020 +0100

    Add Dockerfile for Pintail

 pintail/Dockerfile | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
---
diff --git a/pintail/Dockerfile b/pintail/Dockerfile
new file mode 100644
index 0000000..040db2a
--- /dev/null
+++ b/pintail/Dockerfile
@@ -0,0 +1,20 @@
+FROM centos:8
+
+RUN dnf install -y git python3-lxml itstool python3 which automake autoconf \
+        diffutils gcc gettext gettext-devel
+
+RUN mkdir -p /usr/local/lib/python3.6/site-packages/
+
+RUN git clone https://github.com/projectmallard/pintail.git && \
+    cd pintail && python3 setup.py build && python3 setup.py install && \
+    cd / && rm -rf pintail
+
+RUN git clone https://github.com/projectmallard/mallard-ducktype.git && \
+    cd mallard-ducktype && python3 setup.py build && python3 setup.py install && \
+    cd / && rm -rf mallard-ducktype
+
+RUN git clone https://github.com/projectmallard/pintail-itstool.git && \
+    cd pintail-itstool && python3 setup.py build && python3 setup.py install && \
+    cd / && rm -rf pintail-itstool
+
+RUN git clone https://gitlab.gnome.org/Infrastructure/help.gnome.org /opt/help-web


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]