Skip to content

Commit 9e89f33

Browse files
author
nick
committed
fix: missing dependencies in dockerfile from changeset #19767
Commit ready for merge. - Legacy-Id: 19801
1 parent a9fd21e commit 9e89f33

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docker/app.Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN apt-get install -qy \
3636
graphviz \
3737
jq \
3838
less \
39+
libcairo2-dev \
3940
libgtk2.0-0 \
4041
libgtk-3-0 \
4142
libnotify-dev \
@@ -57,6 +58,7 @@ RUN apt-get install -qy \
5758
ripgrep \
5859
rsync \
5960
rsyslog \
61+
ruby \
6062
subversion \
6163
unzip \
6264
wget \
@@ -65,6 +67,10 @@ RUN apt-get install -qy \
6567
yang-tools \
6668
zsh
6769

70+
# Install Kramdown (ruby)
71+
RUN gem install kramdown && \
72+
gem install kramdown-parser-gfm
73+
6874
# Install chromedriver if supported
6975
COPY docker/scripts/app-install-chromedriver.sh /tmp/app-install-chromedriver.sh
7076
RUN sed -i 's/\r$//' /tmp/app-install-chromedriver.sh && \

0 commit comments

Comments
 (0)