File tree Expand file tree Collapse file tree 2 files changed +2
-117
lines changed Expand file tree Collapse file tree 2 files changed +2
-117
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,8 @@ ENV LANGUAGE en_US.UTF-8
16
16
RUN apt-get update && apt-get install -y wget
17
17
RUN apt-get update && apt-get install -y lsof dnsutils netcat-openbsd net-tools curl jq # used by integration tests
18
18
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
19
+ # ruby for scripts
20
+ RUN apt-get update && apt-get install -y ruby
24
21
25
22
# tools
26
23
RUN mkdir -p $HOME/.tools
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments