Skip to content

Commit

Permalink
Install doxygen and graphviz in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jdorn-gt committed Nov 18, 2021
1 parent b9a0ab7 commit e00e4c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .ci/Dockerfile.ubuntu20
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN export DEBIAN_FRONTEND=noninteractive
RUN ln -fs /usr/share/zoneinfo/America/New_York /etc/localtime
RUN apt-get -y update && \
apt-get -y install autoconf build-essential clang cmake curl \
default-jdk emacs-nox git libprotobuf-dev libprotoc-dev libtool libboost-dev \
maven protobuf-compiler python3 python3-networkx python3-protobuf \
python3-pip python3-setuptools python3-venv wget software-properties-common
default-jdk doxygen emacs-nox git graphviz libprotobuf-dev \
libprotoc-dev libtool libboost-dev maven protobuf-compiler python3 \
python3-networkx python3-protobuf python3-pip python3-setuptools \
python3-venv wget software-properties-common
1 change: 0 additions & 1 deletion .ci/gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ build-docs:
paths:
- html
script:
- apt-get update && apt-get -y install doxygen graphviz
- mkdir build
- cd build
# Need to configure Python API to get setup.py file
Expand Down

0 comments on commit e00e4c4

Please sign in to comment.