fix: missing dependencies in dockerfile from changeset #19767
Commit ready for merge. - Legacy-Id: 19801
This commit is contained in:
parent
a9fd21ef2a
commit
9e89f33869
|
@ -36,6 +36,7 @@ RUN apt-get install -qy \
|
||||||
graphviz \
|
graphviz \
|
||||||
jq \
|
jq \
|
||||||
less \
|
less \
|
||||||
|
libcairo2-dev \
|
||||||
libgtk2.0-0 \
|
libgtk2.0-0 \
|
||||||
libgtk-3-0 \
|
libgtk-3-0 \
|
||||||
libnotify-dev \
|
libnotify-dev \
|
||||||
|
@ -57,6 +58,7 @@ RUN apt-get install -qy \
|
||||||
ripgrep \
|
ripgrep \
|
||||||
rsync \
|
rsync \
|
||||||
rsyslog \
|
rsyslog \
|
||||||
|
ruby \
|
||||||
subversion \
|
subversion \
|
||||||
unzip \
|
unzip \
|
||||||
wget \
|
wget \
|
||||||
|
@ -65,6 +67,10 @@ RUN apt-get install -qy \
|
||||||
yang-tools \
|
yang-tools \
|
||||||
zsh
|
zsh
|
||||||
|
|
||||||
|
# Install Kramdown (ruby)
|
||||||
|
RUN gem install kramdown && \
|
||||||
|
gem install kramdown-parser-gfm
|
||||||
|
|
||||||
# Install chromedriver if supported
|
# Install chromedriver if supported
|
||||||
COPY docker/scripts/app-install-chromedriver.sh /tmp/app-install-chromedriver.sh
|
COPY docker/scripts/app-install-chromedriver.sh /tmp/app-install-chromedriver.sh
|
||||||
RUN sed -i 's/\r$//' /tmp/app-install-chromedriver.sh && \
|
RUN sed -i 's/\r$//' /tmp/app-install-chromedriver.sh && \
|
||||||
|
|
Loading…
Reference in a new issue