-
Notifications
You must be signed in to change notification settings - Fork 110
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
Sonarcube issues fix (wip) #2683
base: main
Are you sure you want to change the base?
Conversation
5a6dc22
to
aabcf54
Compare
b80bb67
to
6972de8
Compare
change the title to comply with the SemVer style, for example |
ansible/Dockerfile
Outdated
RUN apt-get install sshpass | ||
RUN apt-get update -y \ | ||
&& apt-get --no-install-recommends install parallel -y build-essential \ | ||
&& apt-get --no-install-recommends install sshpass -y build-essential \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we do apt install --no-install-recommends -y parallel build-essential sshpass
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, changed both of them
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you also remove the duplicated build-essential
installation? was it required by sonarcube to add this lib?
No description provided.