This website requires JavaScript.
Explore
Help
Sign In
mirror
/
lighthouse-pulse
Watch
1
Star
0
Fork
0
You've already forked lighthouse-pulse
mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced
2025-01-03 09:47:38 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
c6d3636d0d
lighthouse-pulse
/
Dockerfile
5 lines
85 B
Docker
Raw
Normal View
History
Unescape
Escape
Added Dockerfile and Jenkinsfile.
2019-01-09 08:44:37 +00:00
FROM
rust:latest
Included 'cmake' in Dockerfile, as it is a dependency for compiling protoc-grpcio
2019-02-07 06:45:47 +00:00
RUN
apt-get update
&&
apt-get install -y clang libclang-dev cmake
Added Dockerfile and Jenkinsfile.
2019-01-09 08:44:37 +00:00
Reference in New Issue
Copy Permalink