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
Instead of using Debian, use Alpine.
Smaller images. Passes vulnerability checks due to fewer packages (why do you need CUPS in a docker image?) and up to date packages.
The text was updated successfully, but these errors were encountered:
RUN mkdir -p monero/build && cd monero/build && \ cmake -DCMAKE_INSTALL_PREFIX=/opt \ -DSTATIC=ON \ -DARCH="x86-64" \ -DBUILD_64=ON \ -DCMAKE_BUILD_TYPE=release \ -DBUILD_TAG="linux-x64" \ -DSTACK_TRACE=OFF \ -DMANUAL_SUBMODULES=1 \ .. && \ make CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:164 (message): Could NOT find Boost (missing: system filesystem thread date_time chrono regex serialization program_options locale) (found suitable version "1.72.0", minimum required is "1.58") Call Stack (most recent call first): /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:445 (_FPHSA_FAILURE_MESSAGE) /usr/share/cmake/Modules/FindBoost.cmake:2162 (find_package_handle_standard_args) CMakeLists.txt:875 (find_package)
Sorry, something went wrong.
Test #5
9ae88f4
* Add pushing
Successfully merging a pull request may close this issue.
Instead of using Debian, use Alpine.
Smaller images.
Passes vulnerability checks due to fewer packages (why do you need CUPS in a docker image?) and up to date packages.
The text was updated successfully, but these errors were encountered: