gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet-python] branch master updated: ci: fix


From: gnunet
Subject: [GNUnet-SVN] [gnunet-python] branch master updated: ci: fix
Date: Fri, 01 Dec 2017 23:17:51 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet-python.

The following commit(s) were added to refs/heads/master by this push:
     new 1322c90  ci: fix
1322c90 is described below

commit 1322c90b5fb2a1a8a44bed7406db737a99c598dc
Author: ng0 <address@hidden>
AuthorDate: Fri Dec 1 22:17:30 2017 +0000

    ci: fix
---
 .gitlab-ci.yml | 5 +----
 Dockerfile     | 4 +++-
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index af2008a..293eb74 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,7 +23,4 @@ build-gnunet-python:
   image: gnunet-python:latest
   only:
     - master
-  install:
-    - pip install dbus
-    - pip install PyGObject
-script: python setup.py
+  script: python setup.py
diff --git a/Dockerfile b/Dockerfile
index 41333d6..771ead5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,8 @@
 from debian:stretch
 
 # Install build tools
-RUN apt-get update && apt-get install -y git make automake autopoint autoconf 
python3
+RUN apt-get update && apt-get install -y git make automake autopoint autoconf 
python3 python3-pip
 
+RUN pip install dbus
+RUN pip install PyGObject
 # TODO: python2.7 image

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]