From c0c63a94cd497c0d0d26823a7f28d39bb74406ce Mon Sep 17 00:00:00 2001 From: Christoph Kluenter Date: Tue, 9 Jun 2015 09:18:46 +0200 Subject: pin python-sqlcipher to our version Problem is, that the debian version is linked against a broken sqlcipher. Our version is statically linked against a version of sqlcipher that comes with python-sqlcipher. See https://github.com/pixelated-project/project-issues/issues/110 --- provisioning/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'provisioning') diff --git a/provisioning/Dockerfile b/provisioning/Dockerfile index 32da36d0..930ed875 100644 --- a/provisioning/Dockerfile +++ b/provisioning/Dockerfile @@ -32,6 +32,10 @@ RUN echo "deb http://deb.leap.se/experimental wheezy main" >> /etc/apt/sources.l RUN apt-key adv --keyserver pool.sks-keyservers.net --recv-key 1E34A1828E207901 && \ apt-key adv --keyserver pool.sks-keyservers.net --recv-key 287A1542472DC0E3 +RUN echo "Package: python-sqlcipher" > /etc/apt/preferences.d/python-sqlcipher +RUN echo "Pin: version 2.6.3.3+0~20141111222659.14+wheezy~1.gbp2d164a+pix1" >> /etc/apt/preferences.d/python-sqlcipher +RUN echo "Pin-Priority: 1000" >> /etc/apt/preferences.d/python-sqlcipher + # Update packages lists RUN apt-get update -y --force-yes -- cgit v1.2.3