Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michel Roelofs
dt_ctrl
Commits
d7b686d8
Commit
d7b686d8
authored
May 09, 2021
by
Michel Roelofs
Browse files
Dockerfile: Use 'michel' tree and branch
parent
31a724dc
Pipeline
#57
failed with stage
in 5 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
d7b686d8
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment