Skip to content

Commit f22e25b

Browse files
committed
Remove system installs of many py packages
1 parent 8fe4071 commit f22e25b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

base/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ LABEL org.opencontainers.image.description="A base Docker image for Python-based
99
ENV DEBIAN_FRONTEND=noninteractive
1010
ENV LANG=C.UTF-8
1111

12-
RUN apt-get update; apt-get install -y automake libtool build-essential openmpi-bin libopenmpi-dev git vim \
12+
RUN apt-get update
13+
RUN apt-get install -y automake libtool build-essential openmpi-bin libopenmpi-dev git vim \
1314
wget python3 libpython3-dev libncurses5-dev libreadline-dev libgsl0-dev cython3 \
14-
python3-numpy python3-scipy python3-matplotlib python3-jinja2 python3-mock \
15-
ipython3 python3-httplib2 python3-docutils python3-yaml \
16-
subversion python3-venv python3-mpi4py python3-tables python3-h5py cmake zlib1g-dev
15+
ipython3 \
16+
subversion python3-venv python3-mpi4py cmake zlib1g-dev
1717

1818
RUN useradd -ms /bin/bash docker
1919
USER docker

0 commit comments

Comments
 (0)