1
0
Fork 0
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:
Roman Lut 2022-08-22 16:09:51 +03:00
parent f73f8ad3c9
commit 42ace8c6e7
2 changed files with 6 additions and 1 deletions

View file

@ -2,7 +2,9 @@ FROM ubuntu:focal
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

3
cmake/docker_docs.sh Normal file
View file

@ -0,0 +1,3 @@
#!/bin/bash
cd /src/
python3 src/utils/update_cli_docs.py