Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
espressomd
docker
Commits
7ee33994
Verified
Commit
7ee33994
authored
Apr 26, 2020
by
Jean-Noël Grad
Browse files
Re-order packages
parent
557b2e9f
Changes
2
Hide whitespace changes
Inline
Side-by-side
docker/Dockerfile-ubuntu-wo-dependencies
View file @
7ee33994
...
...
@@ -2,19 +2,24 @@ FROM ubuntu:bionic
ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && apt-get install -y \
apt-utils \
cmake \
build-essential \
openmpi-bin libopenmpi-dev \
curl \
ccache \
cmake \
cython3 \
gdb \
git \
libboost-dev libboost-serialization-dev libboost-mpi-dev libboost-filesystem-dev libboost-test-dev \
cython3 python3 python3-numpy python3-scipy python3-h5py \
libopenmpi-dev \
openmpi-bin \
python3 \
python3-numpy \
python3-scipy \
python3-h5py \
python3-pip \
python3-setuptools \
gdb \
git \
python3-vtk7 \
vim \
ccache \
curl \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
...
...
docker/ubuntu-packages.txt
View file @
7ee33994
...
...
@@ -5,7 +5,6 @@ ccache
cmake
curl
cython3
openmpi-bin libopenmpi-dev
gfortran
gdb
git
...
...
@@ -17,6 +16,8 @@ libfftw3-dev
libgsl-dev
libhdf5-openmpi-dev
liblapack-dev
libopenmpi-dev
openmpi-bin
openssh-client
pkg-config
python3
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment