We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have started writing a Dockerfile, as seen in c05f5bb.
This Dockerfile is meant to be used to produce a reproducable build environment for muondetector project.
Ideally it will be able to cross-compile the daemon for the raspberry pi as well.
This goes hand in hand with the swapover to cmake/cpack and will make creating packages easier and quicker.
We will need to compile a comprehensive but minimal list of dependencies necessary to build the software.
The image is based on debian buster since the Raspberrypi OS is based on this debian branch.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have started writing a Dockerfile, as seen in c05f5bb.
This Dockerfile is meant to be used to produce a reproducable build environment for muondetector project.
Ideally it will be able to cross-compile the daemon for the raspberry pi as well.
This goes hand in hand with the swapover to cmake/cpack and will make creating packages easier and quicker.
We will need to compile a comprehensive but minimal list of dependencies necessary to build the software.
The image is based on debian buster since the Raspberrypi OS is based on this debian branch.
The text was updated successfully, but these errors were encountered: