~aleteoryx/muditaos

ae6d19ff1e4f605ec1dd6279707ab85c4e7a5766 — Bartosz 3 years ago eeafb5f
[MOS-786] Add to docker required libraries

Added required libraries for building docs for recovery
2 files changed, 2 insertions(+), 0 deletions(-)

M config/bootstrap_config
M docker/Dockerfile.runner.in
M config/bootstrap_config => config/bootstrap_config +1 -0
@@ 62,5 62,6 @@ INSTALL_PACKAGES="
        wget \
        zip \
        fdisk \
        luarocks \
"


M docker/Dockerfile.runner.in => docker/Dockerfile.runner.in +1 -0
@@ 26,6 26,7 @@ RUN apt-get install software-properties-common -y
RUN add-apt-repository ppa:git-core/ppa -y
RUN apt-get update
RUN apt-get install git -y
RUN luarocks install ldoc

#add python packages
ADD assets/requirements.txt /home/docker/requirements.txt