diff --git a/docker/ubuntu-boost-tbb-eigen3/Dockerfile b/docker/ubuntu-boost-tbb/Dockerfile similarity index 72% rename from docker/ubuntu-boost-tbb-eigen3/Dockerfile rename to docker/ubuntu-boost-tbb/Dockerfile index 33aa1ab96..6dd9dfa62 100644 --- a/docker/ubuntu-boost-tbb-eigen3/Dockerfile +++ b/docker/ubuntu-boost-tbb/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:bionic # Update apps on the base image -RUN apt-get -y update && apt-get install -y +RUN apt-get -y update && apt install -y # Install C++ RUN apt-get -y install build-essential @@ -12,7 +12,3 @@ RUN apt-get -y install libboost-all-dev cmake # Install TBB RUN apt-get -y install libtbb-dev - -# Install latest Eigen -RUN apt-get install -y libeigen3-dev -