Skip to content
New issue

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

Alpine based image #5

Open
rblaine95 opened this issue Dec 28, 2020 · 1 comment · May be fixed by #29
Open

Alpine based image #5

rblaine95 opened this issue Dec 28, 2020 · 1 comment · May be fixed by #29
Labels
enhancement New feature or request

Comments

@rblaine95
Copy link
Owner

rblaine95 commented Dec 28, 2020

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.

@rblaine95 rblaine95 added the enhancement New feature or request label Dec 28, 2020
@rblaine95
Copy link
Owner Author

rblaine95 commented Dec 29, 2020

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)

rblaine95 added a commit that referenced this issue Sep 7, 2021
* Add pushing
@rblaine95 rblaine95 linked a pull request Jul 19, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant