Skip to content
Snippets Groups Projects

ci: Switch git configuration to use EF Oniro Core Bot

Merged Andrei Gherzan requested to merge agherzan/oniro:ag/o-bot into kirkstone
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -11,7 +11,9 @@ RUN apt-get update -qq \
&& apt-get install -y eatmydata \
&& eatmydata apt-get install -qq -y \
git-repo git git-lfs \
python3-sphinx python3-sphinx-rtd-theme python3-recommonmark python3-sphinx-tabs \
python3-pip python3-sphinx python3-sphinx-rtd-theme python3-recommonmark \
python3-sphinxcontrib.plantuml \
&& eatmydata apt-get install -qq -y 'ca-certificates=20211016~20.04.1' \
&& eatmydata apt-get clean && rm -rf /var/lib/apt/lists/*
RUN pip3 install sphinx-tabs
Loading