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 09bc7ea commit 607c8a5Copy full SHA for 607c8a5
Dockerfile
@@ -2,7 +2,7 @@ FROM ruby
2
3
USER root
4
5
-RUN apt-get update && apt-get install -y emacs25-nox vim-nox mlocate locales-all tmux && \
+RUN apt-get update && apt-get install -y emacs25-nox vim-nox mlocate locales-all tmux gnuplot && gem install numo-gnuplot\
6
git config --global alias.co checkout && \
7
git config --global alias.br branch && \
8
git config --global alias.ci commit && \
0 commit comments