From 26f554f47b29434cac394ce8daa1508cfba30b38 Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Fri, 30 Jan 2015 18:01:58 -0200 Subject: #258 no need to install pysqlcipher from pip to build docker anymore --- provisioning/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'provisioning') diff --git a/provisioning/Dockerfile b/provisioning/Dockerfile index cbde6f53..d1b6e0bf 100644 --- a/provisioning/Dockerfile +++ b/provisioning/Dockerfile @@ -43,8 +43,4 @@ RUN apt-get install -y --force-yes --allow-unauthenticated soledad-client soleda # Install Pixelated User Agent RUN apt-get install -y --force-yes pixelated-user-agent -# reinstall pysqlcipher from pip -RUN rm -rf /usr/lib/python2.7/dist-packages/pysqlcipher* -RUN pip install pysqlcipher - EXPOSE 4567 -- cgit v1.2.3