diff options
author | Christoph Kluenter <ckluente@thoughtworks.com> | 2015-01-26 13:08:59 +0100 |
---|---|---|
committer | Christoph Kluenter <ckluente@thoughtworks.com> | 2015-01-26 13:09:25 +0100 |
commit | 5e672010d59748f87cf13f068ebf126cbc7ea16d (patch) | |
tree | 41b9f2398e5bf47bc2a4afe6c1a2eaa562599e19 | |
parent | 163a9790a81201ae58b88024b76c2cc0b004d8b3 (diff) |
Don't pin soledad versions.
-rw-r--r-- | provisioning/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/provisioning/Dockerfile b/provisioning/Dockerfile index 49ff5400..cbde6f53 100644 --- a/provisioning/Dockerfile +++ b/provisioning/Dockerfile @@ -39,7 +39,7 @@ RUN apt-get update -y --force-yes RUN apt-get install python-pip python-all-dev libssl-dev RUN pip install taskthread -RUN apt-get install -y --force-yes --allow-unauthenticated soledad-client=0.6.1~509f76c soledad-common=0.6.1~509f76c +RUN apt-get install -y --force-yes --allow-unauthenticated soledad-client soledad-common # Install Pixelated User Agent RUN apt-get install -y --force-yes pixelated-user-agent |