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 323a344 commit 7388ed8Copy full SHA for 7388ed8
docker/Dockerfile
@@ -16,6 +16,9 @@ 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 curl jq # used by integration tests
18
19
+# ruby
20
+RUN apt-get update && apt-get install -y ruby ruby-dev libsqlite3-dev build-essential
21
+
22
# tools
23
RUN mkdir -p $HOME/.tools
24
RUN echo 'export PATH="$HOME/.tools:$PATH"' >> $HOME/.profile
0 commit comments