mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-12 19:10:27 +03:00
updated docker scripts
This commit is contained in:
parent
f73f8ad3c9
commit
42ace8c6e7
2 changed files with 6 additions and 1 deletions
|
@ -2,7 +2,9 @@ FROM ubuntu:focal
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND noninteractive
|
ENV DEBIAN_FRONTEND noninteractive
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y git cmake make ruby gcc
|
RUN apt-get update && apt-get install -y git cmake make ruby gcc python3 python3-pip
|
||||||
|
|
||||||
|
RUN pip install pyyaml
|
||||||
|
|
||||||
RUN useradd inav
|
RUN useradd inav
|
||||||
|
|
||||||
|
|
3
cmake/docker_docs.sh
Normal file
3
cmake/docker_docs.sh
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
cd /src/
|
||||||
|
python3 src/utils/update_cli_docs.py
|
Loading…
Add table
Add a link
Reference in a new issue