We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e243c4e commit 4cd8a49Copy full SHA for 4cd8a49
docker/Dockerfile
@@ -16,12 +16,6 @@ ENV LANGUAGE en_US.UTF-8
16
RUN apt-get update && apt-get install -y wget
17
RUN apt-get update && apt-get install -y lsof dnsutils netcat-openbsd net-tools libz-dev curl jq # used by integration tests
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
24
-
25
# tools
26
RUN mkdir -p $HOME/.tools
27
RUN echo 'export PATH="$HOME/.tools:$PATH"' >> $HOME/.profile
0 commit comments