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 8faac08 commit 7af75acCopy full SHA for 7af75ac
deploy/image/ruby-bench-web/Dockerfile
@@ -1,7 +1,7 @@
1
FROM discourse/base:2.0.20201214-2041
2
MAINTAINER Alan Guo Xiang Tan "https://twitter.com/tgx_world"
3
4
-RUN sudo apt-get update && sudo apt-get install -y qt5-default libqt5webkit5-dev python-pygments
+RUN sudo apt-get update && sudo apt-get install -y qt5-default libqt5webkit5-dev python-pygments netcat
5
6
RUN git clone https://github.com/rbenv/rbenv.git ~/.rbenv && \
7
echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.bash_profile && \
0 commit comments