summaryrefslogtreecommitdiff
path: root/docker/soledad/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/soledad/Dockerfile')
-rw-r--r--docker/soledad/Dockerfile13
1 files changed, 7 insertions, 6 deletions
diff --git a/docker/soledad/Dockerfile b/docker/soledad/Dockerfile
index a81e443..3a1f8bc 100644
--- a/docker/soledad/Dockerfile
+++ b/docker/soledad/Dockerfile
@@ -8,18 +8,19 @@ RUN apt-get -y dist-upgrade
# needed to build python twisted module
RUN apt-get -y install --no-install-recommends libpython2.7-dev \
# add unbuffer and ts for timestamping
- moreutils expect \
+ moreutils expect tcl8.6 \
# needed to build python cryptography module
- libssl-dev \
- libffi-dev \
+ libssl-dev libffi-dev \
# needed to build pysqlcipher
libsqlcipher-dev \
# needed to support keymanager
libsqlite3-dev \
- # install pip and tox
+ # install pip, so later we can install tox
python-pip \
- # use use to show connection to couchdb during CI
- curl
+ # used to show connection to couchdb during CI
+ curl \
+ # needed to build pysqlcipher module
+ build-essential
# We need git from backports because it has
# the "%cI: committer date, strict ISO 8601 format"