Skip to content
Snippets Groups Projects
Commit d7b686d8 authored by Michel Roelofs's avatar Michel Roelofs
Browse files

Dockerfile: Use 'michel' tree and branch

parent 31a724dc
Branches michel
Tags Docker0.3
No related merge requests found
Pipeline #57 failed
......@@ -20,7 +20,9 @@ RUN mkdir -p /var/www/console/htdocs/tle && cd /var/www/console/htdocs/tle && wg
RUN cd /root && git clone git://git.code.sf.net/p/libnova/libnova libnova-libnova
RUN cd /root/libnova-libnova && git checkout 655bcd1 && libtoolize && autoreconf -i && ./configure && make install
RUN cd /root && git clone https://gitlab.camras.nl/dijkema/dt_ctrl
RUN cd /root && git clone https://gitlab.camras.nl/michel/dt_ctrl
RUN cd /root/dt_ctrl && git checkout michel
RUN cd /root/dt_ctrl && autoconf && ./configure --with-libwebsockets=/usr && make
RUN cd /root/dt_ctrl && make console/console/console_httpd
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment