diff options
author | Duda Dornelles <ddornell@thoughtworks.com> | 2015-01-30 18:01:58 -0200 |
---|---|---|
committer | Duda Dornelles <ddornell@thoughtworks.com> | 2015-01-30 18:01:58 -0200 |
commit | 26f554f47b29434cac394ce8daa1508cfba30b38 (patch) | |
tree | 852573d74bd71d3b02ecf4b2dd6fb7d04bc798b7 /provisioning/Dockerfile | |
parent | b311da0a40740086987abcca4df0bdad814ed3fc (diff) |
#258 no need to install pysqlcipher from pip to build docker anymore
Diffstat (limited to 'provisioning/Dockerfile')
-rw-r--r-- | provisioning/Dockerfile | 4 |
1 files changed, 0 insertions, 4 deletions
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 |