diff options
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 |