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

Add sudo to Docker development image. #557

Merged
merged 1 commit into from
Sep 24, 2018
Merged

Add sudo to Docker development image. #557

merged 1 commit into from
Sep 24, 2018

Conversation

dbowerman
Copy link
Contributor

@dbowerman dbowerman commented Sep 23, 2018

Add sudo so that root commands can be used now docker image defaults to normal user.

Davids-MacBook-Pro:DronecodeSDK dave$ ./run-docker.sh
dronecode@host:~/DronecodeSDK$ make default

dronecode@host:~/DronecodeSDK$ sudo make default install

dronecode@host:~/DronecodeSDK$ sudo ldconfig

dronecode@host:~/DronecodeSDK$ cd example/takeoff_land/build

dronecode@host:~/DronecodeSDK/example/takeoff_land/build$ make

Copy link
Collaborator

@julianoes julianoes left a comment

Choose a reason for hiding this comment

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

Oh cool, that makes sense.

@julianoes
Copy link
Collaborator

I am just going to rebuild the docker images, change the tag in Jenkinsfile and then merge this.

@julianoes julianoes merged commit 4465537 into mavlink:develop Sep 24, 2018
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.

4 participants