Commit 1b50c68e authored by Philippe Grosjean's avatar Philippe Grosjean
Browse files

Update Dockerfile

parent d98bcb9f
Pipeline #245676 passed with stage
in 5 minutes and 10 seconds
......@@ -67,9 +67,9 @@ RUN apt-get update --fix-missing && \
wget \
vim \
# for mongolite
#libsasl2-dev \
libsasl2-dev \
# for keyring
libsecret-1-dev \
#libsecret-1-dev \
# added for SciViews Box/BioDataScience
hunspell-en-us \
hunspell-en-gb \
......@@ -132,7 +132,6 @@ RUN echo ". ${CONDA_PATH}/etc/profile.d/conda.sh" >> ~/.bashrc && \
echo "source ~/.bashrc" >> ~/.bash_profile
# install R and python dependencies
ENV GITHUB_PAT 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
COPY install.R /tmp/
COPY requirements.txt /tmp/
RUN R -f /tmp/install.R && \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment