~singpolyma/biboumi

dadfc349d96ca7d365d5d073e2f10f8f71f16bf2 — louiz’ 7 years ago 29567ee
Use latest git of botan in the dockerfiles
2 files changed, 2 insertions(+), 2 deletions(-)

M docker/biboumi-test/debian/Dockerfile
M docker/biboumi-test/fedora/Dockerfile
M docker/biboumi-test/debian/Dockerfile => docker/biboumi-test/debian/Dockerfile +1 -1
@@ 27,7 27,7 @@ RUN apt install -y lcov

# Install botan
RUN git clone https://github.com/randombit/botan.git
RUN cd botan && git checkout 1.11.28 && ./configure.py --prefix=/usr && make -j8 && make install
RUN cd botan && ./configure.py --prefix=/usr && make -j8 && make install
RUN rm -rf /botan

# Install litesql

M docker/biboumi-test/fedora/Dockerfile => docker/biboumi-test/fedora/Dockerfile +1 -1
@@ 30,7 30,7 @@ RUN dnf install -y rpmdevtools

# Install botan
RUN git clone https://github.com/randombit/botan.git
RUN cd botan && git checkout 1.11.28 && ./configure.py --prefix=/usr && make -j8 && make install
RUN cd botan && ./configure.py --prefix=/usr && make -j8 && make install
RUN rm -rf /botan

# Install litesql