Skip to content
Snippets Groups Projects
Commit c69d4633 authored by Tomas Krizek's avatar Tomas Krizek
Browse files

Merge branch 'docker-git' into 'master'

ci: Dockerfile.debian - add newer git

See merge request !496
parents d5bd6f1a c2b52263
No related branches found
No related tags found
1 merge request!496ci: Dockerfile.debian - add newer git
Pipeline #
......@@ -4,12 +4,15 @@ MAINTAINER Knot Resolver <knot-resolver@labs.nic.cz>
WORKDIR /root
CMD ["/bin/bash"]
RUN echo "deb http://ftp.debian.org/debian stretch-backports main" >> /etc/apt/sources.list
# generic cleanup
RUN apt-get update -qq
RUN apt-get upgrade -y -qqq
# Knot and Knot Resolver dependecies
RUN apt-get install -y -qqq make cmake pkg-config git build-essential bsdmainutils libtool autoconf make pkg-config liburcu-dev libgnutls28-dev libedit-dev liblmdb-dev libcap-ng-dev libsystemd-dev libidn11-dev protobuf-c-compiler libfstrm-dev pkg-config libuv1-dev libcmocka-dev libluajit-5.1-dev lua-sec lua-socket lua-http
RUN apt-get -t stretch-backports install -y git
RUN apt-get install -y -qqq make cmake pkg-config build-essential bsdmainutils libtool autoconf make pkg-config liburcu-dev libgnutls28-dev libedit-dev liblmdb-dev libcap-ng-dev libsystemd-dev libidn11-dev protobuf-c-compiler libfstrm-dev pkg-config libuv1-dev libcmocka-dev libluajit-5.1-dev lua-sec lua-socket lua-http
# documentation dependecies
RUN apt-get install -y -qqq doxygen python3-sphinx python3-breathe python3-sphinx-rtd-theme
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment