Skip to content

Commit 4cd8a49

Browse files
authored
Remove jazzy from docker images (#98)
1 parent e243c4e commit 4cd8a49

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

docker/Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ ENV LANGUAGE en_US.UTF-8
1616
RUN apt-get update && apt-get install -y wget
1717
RUN apt-get update && apt-get install -y lsof dnsutils netcat-openbsd net-tools libz-dev curl jq # used by integration tests
1818

19-
# ruby and jazzy for docs generation
20-
RUN apt-get update && apt-get install -y ruby ruby-dev libsqlite3-dev build-essential
21-
# jazzy no longer works on xenial as ruby is too old.
22-
RUN if [ "${ubuntu_version}" = "focal" ] ; then echo "gem: --no-document" > ~/.gemrc; fi
23-
RUN if [ "${ubuntu_version}" = "focal" ] ; then gem install jazzy; fi
24-
2519
# tools
2620
RUN mkdir -p $HOME/.tools
2721
RUN echo 'export PATH="$HOME/.tools:$PATH"' >> $HOME/.profile

0 commit comments

Comments
 (0)