summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 7c4785069a7d2084df5b1888c7f3a73ebbf6e090 (plain)
1
2
3
4
5
6
*~
.*.sw?
/docs_build/
/docs/projects/
/docs_output/
/releng/
an class="nv">BRANCH=$BRANCH ENV build=$build # Dependencies for sphinx, pip and git RUN apt-get update && apt-get install -y \ python-pip python-sphinx git RUN git clone --depth=1 --branch=$BRANCH https://git.opnfv.org/opnfvdocs /opnfvdocs RUN pip install -r /opnfvdocs/etc/requirements.txt RUN pip install virtualenv RUN rm -rf /var/lib/apt-lists/* /root/.cache/pip /opnfvdocs/.git ADD ./entrypoint.sh /sbin/entrypoint.sh RUN chmod 755 /sbin/entrypoint.sh ENTRYPOINT /sbin/entrypoint.sh