Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
voxl
VOXL Docker Images
voxl-docker-mavsdk-python
Commits
086753bf
Unverified
Commit
086753bf
authored
Apr 30, 2021
by
Joe Martinson
Browse files
updated Dockerfile for newer mavsdk version
parent
0a2fbf3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
086753bf
...
...
@@ -13,7 +13,7 @@ WORKDIR /home/MAVSDK
RUN
git checkout master
RUN
git submodule update
--init
--recursive
RUN
cmake
-DCMAKE_BUILD_TYPE
=
Release
-DBUILD_
BACKEND
=
ON
-DBUILD_SHARED_LIBS
=
OFF
-Bbuild
/default
-H
.
RUN
cmake
-DCMAKE_BUILD_TYPE
=
Release
-DBUILD_
MAVSDK_SERVER
=
ON
-DBUILD_SHARED_LIBS
=
OFF
-Bbuild
/default
-H
.
RUN
cmake
--build
build/default
--target
install
--
-j
4
RUN
ldconfig
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment