diff options
author | louiz’ <louiz@louiz.org> | 2018-06-25 22:56:29 +0200 |
---|---|---|
committer | louiz’ <louiz@louiz.org> | 2018-06-25 22:56:29 +0200 |
commit | 870692dcdfa1a2a596981d4bff511a674e4a379a (patch) | |
tree | c8d71fc340b923bdf136d1ebccf28eb3fcf78d1d /docker | |
parent | 09b10cc80146c1ac2a0d5c53c6c8469b934189f2 (diff) | |
download | biboumi-870692dcdfa1a2a596981d4bff511a674e4a379a.tar.gz biboumi-870692dcdfa1a2a596981d4bff511a674e4a379a.tar.bz2 biboumi-870692dcdfa1a2a596981d4bff511a674e4a379a.tar.xz biboumi-870692dcdfa1a2a596981d4bff511a674e4a379a.zip |
Use the botan2 package in the fedora docker image
Diffstat (limited to 'docker')
-rw-r--r-- | docker/biboumi-test/fedora/Dockerfile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docker/biboumi-test/fedora/Dockerfile b/docker/biboumi-test/fedora/Dockerfile index 12e13e5..cb0be8c 100644 --- a/docker/biboumi-test/fedora/Dockerfile +++ b/docker/biboumi-test/fedora/Dockerfile @@ -40,11 +40,9 @@ RUN dnf --refresh install -y\ which\ java-1.8.0-openjdk\ postgresql-devel\ + botan2-devel\ && dnf clean all -# Install botan -RUN git clone https://github.com/randombit/botan.git && cd botan && ./configure.py --prefix=/usr && make -j8 && make install && ldconfig && rm -rf /botan - # Install slixmpp, for e2e tests RUN git clone git://git.louiz.org/slixmpp && pip3 install pyasn1 && cd slixmpp && python3 setup.py build && python3 setup.py install |