summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-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