summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Helma <helma@in-silico.ch>2018-11-16 23:15:09 +0100
committerChristoph Helma <helma@in-silico.ch>2018-11-16 23:15:09 +0100
commit849b6db270ba6133825ce6ee5f341551c823c6e6 (patch)
treeea7148d903a9ef70ccf4609ab6d1fefafdba54f8
parent9d84d594678b207f73302c4f7f78f219512d229a (diff)
Dockerfile update
-rw-r--r--Dockerfile6
1 files 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