From 42ace8c6e7c58929f015633fa0cae779cf3ffd2c Mon Sep 17 00:00:00 2001 From: Roman Lut <11955117+RomanLut@users.noreply.github.com> Date: Mon, 22 Aug 2022 16:09:51 +0300 Subject: [PATCH] updated docker scripts --- Dockerfile | 4 +++- cmake/docker_docs.sh | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 cmake/docker_docs.sh diff --git a/Dockerfile b/Dockerfile index 96f5c6ce41..34547f51f9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 diff --git a/cmake/docker_docs.sh b/cmake/docker_docs.sh new file mode 100644 index 0000000000..a7effcccb1 --- /dev/null +++ b/cmake/docker_docs.sh @@ -0,0 +1,3 @@ +#!/bin/bash +cd /src/ +python3 src/utils/update_cli_docs.py