From 849b6db270ba6133825ce6ee5f341551c823c6e6 Mon Sep 17 00:00:00 2001 From: Christoph Helma Date: Fri, 16 Nov 2018 23:15:09 +0100 Subject: Dockerfile update --- Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3932e6f..0c2c601 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,6 +20,8 @@ RUN pacman -S --noconfirm \ swig \ neovim \ catdoc \ + python \ + python-pip \ fish \ wget RUN pacman -Scc --noconfirm @@ -28,10 +30,11 @@ RUN useradd -ms /bin/bash ist RUN echo "ist ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers RUN mkdir -p /data/db +RUN R -e "install.packages('Rserve', repos='http://rforge.net/')" +RUN pip install xlsx2csv USER ist WORKDIR /home/ist -RUN sudo R -e "install.packages('Rserve', repos='http://rforge.net/')" RUN echo 'gem: --user-install --no-document' > ~/.gemrc RUN export GEM_HOME=$(ruby -e 'print Gem.user_dir') @@ -46,7 +49,6 @@ RUN gem install bundler rake RUN bundle install RUN git checkout -b "mutanew" #USER root -#RUN pacman -S catdoc # set environment vars # start mongo and R USER ist -- cgit v1.2.3