[Pkg-bitcoin-commits] [python-quamash] 72/78: more WIPZ docker

Jonas Smedegaard dr at jones.dk
Tue Dec 19 01:19:57 UTC 2017


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

js pushed a commit to annotated tag debian/0.6.0_dfsg-1
in repository python-quamash.

commit 8025e97927c260d52f747e9871f388c5817602d5
Author: Mark Thomas West Harviston <mark.harviston at gmail.com>
Date:   Mon Nov 20 01:25:20 2017 -0800

    more WIPZ docker
---
 Dockerfile | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index 53b347d..2801b38 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,6 @@
 FROM ubuntu:14.04
 RUN apt-get update -y && apt-get install -y curl build-essential software-properties-common python-software-properties
+
 RUN \
   sudo mkdir -p /downloads && \
   sudo chmod a+rw /downloads && \
@@ -20,22 +21,21 @@ RUN \
   sudo add-apt-repository -y ppa:deadsnakes/ppa && \
   sudo apt-get update && \
   sudo apt-get install -y qt59base python3.4-dev python3.5-dev python3.6-dev
+SHELL ["/bin/bash", "-c"]
 RUN \
-  for python in python34 python35 python36; do \
+  for python in python3.4 python3.5 python3.6; do \
     cd /builds/sip-4.19.3 && \
     $python configure.py && \
-    make && \
-    sudo make install && \
-    cd /builds && \
+    make clean && make && make install && \
     cd /builds/PyQt4_gpl_x11-4.12.1 && \
     $python configure.py -c --confirm-license --no-designer-plugin -e QtCore -e QtGui && \
-    make && \
-    sudo make install && \
-    cd /builds && \
-    source /opt/qt59/bin/qt59-env.sh && \
+    make clean && make && make install && \
     cd /builds/PyQt5_gpl-5.9 && \
+    ( \
+    . /opt/qt59/bin/qt59-env.sh && \
     $python configure.py -c --confirm-license --no-designer-plugin -e QtCore -e QtGui -e QtWidgets && \
-    make && \
-    sudo make install
+    make clean && make && make install; \
+    ) \
+  done
 ADD . /quamash
 WORKDIR /quamash

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-bitcoin/python-quamash.git



More information about the Pkg-bitcoin-commits mailing list