summaryrefslogtreecommitdiff
path: root/docker
diff options
context:
space:
mode:
authorlouiz’ <louiz@louiz.org>2017-12-16 20:36:15 +0100
committerlouiz’ <louiz@louiz.org>2017-12-16 20:36:15 +0100
commit044a1a0c8c34fc463066a52528cd59db6d206c2e (patch)
treed2a35e23c64fe79dad07b9f96563955c0beeec6c /docker
parentac0f96a5f4efcefb6fe7f44df5dbea8bbfe61b21 (diff)
downloadbiboumi-044a1a0c8c34fc463066a52528cd59db6d206c2e.tar.gz
biboumi-044a1a0c8c34fc463066a52528cd59db6d206c2e.tar.bz2
biboumi-044a1a0c8c34fc463066a52528cd59db6d206c2e.tar.xz
biboumi-044a1a0c8c34fc463066a52528cd59db6d206c2e.zip
Use a specific (0.4.2) pyasn1 version in the debian Dockerfile
Diffstat (limited to 'docker')
-rw-r--r--docker/biboumi-test/debian/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/biboumi-test/debian/Dockerfile b/docker/biboumi-test/debian/Dockerfile
index 65c964e..557face 100644
--- a/docker/biboumi-test/debian/Dockerfile
+++ b/docker/biboumi-test/debian/Dockerfile
@@ -46,7 +46,7 @@ RUN apt install -y g++\
RUN git clone https://github.com/randombit/botan.git && cd botan && ./configure.py --prefix=/usr && make -j8 && make install && rm -rf /botan
# Install slixmpp, for e2e tests
-RUN git clone https://github.com/saghul/aiodns.git && cd aiodns && git checkout 7ee13f9bea25784322~ && python3 setup.py build && python3 setup.py install && git clone git://git.louiz.org/slixmpp && pip3 install pyasn1 && cd slixmpp && python3 setup.py build && python3 setup.py install
+RUN git clone https://github.com/saghul/aiodns.git && cd aiodns && git checkout 7ee13f9bea25784322~ && python3 setup.py build && python3 setup.py install && git clone git://git.louiz.org/slixmpp && pip3 install pyasn1==0.4.2 && cd slixmpp && python3 setup.py build && python3 setup.py install
RUN useradd tester -m