mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-28 09:58:23 +08:00
[docker] add CI image and put images in paparazziuav organization
Automated builds on https://hub.docker.com/u/paparazziuav
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
FROM paparazziuav/pprz-dep
|
||||
LABEL maintainer="felix.ruess@gmail.com"
|
||||
|
||||
RUN sudo sh -c 'echo "deb http://packages.osrfoundation.org/gazebo/ubuntu-stable `lsb_release -cs` main" > /etc/apt/sources.list.d/gazebo-stable.list'
|
||||
RUN wget http://packages.osrfoundation.org/gazebo.key -O - | sudo apt-key add -
|
||||
|
||||
RUN DEBIAN_FRONTEND=noninteractive apt-get update && apt-get install -y \
|
||||
libgazebo7-dev \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
@@ -0,0 +1,6 @@
|
||||
# pprz-ci
|
||||
This is the CI image of the Paparazzi-UAV project.
|
||||
|
||||
It adds gazebo.
|
||||
|
||||
[Paparazzi-UAV](https://paparazziuav.org) is a free and open-source hardware and software project encompassing an exceptionally powerful and versatile autopilot system for fixedwing aircrafts as well as multicopters.
|
||||
Reference in New Issue
Block a user