Skip to content
Snippets Groups Projects
Commit 86a38c88 authored by Eleni Mathioulaki's avatar Eleni Mathioulaki
Browse files

don't install unnecessary dependencies

parent e5f90bb4
No related branches found
No related tags found
No related merge requests found
...@@ -21,17 +21,9 @@ RUN ln -sf /usr/share/zoneinfo/Europe/Zurich /etc/localtime ...@@ -21,17 +21,9 @@ RUN ln -sf /usr/share/zoneinfo/Europe/Zurich /etc/localtime
ENV DEBIAN_FRONTEND=noninteractive ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update --yes && \ RUN apt-get update --yes && \
apt-get install --yes \ apt-get install --yes \
cmake \
csh \
curl \
cython \
gcc \ gcc \
gettext \
llvm \
lsof \
mpich \
r-base \ r-base \
swig \ lsof \
vim && \ vim && \
apt-get clean && rm -rf /var/lib/apt/lists/* apt-get clean && rm -rf /var/lib/apt/lists/*
......
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