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

fleet-protocol package, update ubuntu20.04 image #14

Merged
merged 2 commits into from
Mar 4, 2024

Conversation

Melky-Phoe
Copy link
Member

@Melky-Phoe Melky-Phoe commented Mar 4, 2024

Added fleet-protocol-interface and fleet-protocol-cxx-helpers.
Updated gcc, g++ in Ubuntu20.04, so CXX20 features work

@@ -5,9 +5,11 @@ RUN echo root:1234 | chpasswd

RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -y \
build-essential cmake make libssl-dev coreutils lsb-release wget && \
build-essential cmake make libssl-dev coreutils lsb-release wget g++-10 gcc-10 && \
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

@Melky-Phoe Melky-Phoe merged commit b689074 into master Mar 4, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants