summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index 2222d87..3932e6f 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -42,11 +42,11 @@ RUN git clone https://github.com/opentox/lazar.git
WORKDIR lazar
RUN git checkout "development"
RUN ruby ext/lazar/extconf.rb
-RUN gem install bundler
+RUN gem install bundler rake
RUN bundle install
RUN git checkout -b "mutanew"
-USER root
-RUN pacman -S catdoc
+#USER root
+#RUN pacman -S catdoc
# set environment vars
# start mongo and R
USER ist