[help.gnome.org: 2/2] Install missing dependencies
- From: Bartłomiej Piotrowski <bpiotrowski src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [help.gnome.org: 2/2] Install missing dependencies
- Date: Fri, 7 Feb 2020 10:43:22 +0000 (UTC)
commit e42abc9ec4c055b04fc4c629bd084619fa9b16d3
Author: Bartłomiej Piotrowski <bpiotrowski gnome org>
Date: Fri Feb 7 11:42:49 2020 +0100
Install missing dependencies
Dockerfile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/Dockerfile b/Dockerfile
index 3a19db3..040db2a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,8 +1,9 @@
FROM centos:8
+RUN dnf install -y git python3-lxml itstool python3 which automake autoconf \
+ diffutils gcc gettext gettext-devel
-RUN yum install -y git python3-lxml itstool python3 && \
- mkdir -p /usr/local/lib/python3.6/site-packages/
+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 && \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]