[help.gnome.org/oscp] Add Dockerfile



commit 0d7f6ac1d649d4ee52737153aac7bf1405aa745e
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date:   Fri Feb 7 11:25:51 2020 +0100

    Add Dockerfile

 Dockerfile | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
---
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..3a19db3
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,19 @@
+FROM centos:8
+
+
+RUN yum install -y git python3-lxml itstool python3 && \
+    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]