diff --git a/Dockerfile-2019.1.0 b/Dockerfile-2019.1.0 index 5874c32..c0a3570 100644 --- a/Dockerfile-2019.1.0 +++ b/Dockerfile-2019.1.0 @@ -32,7 +32,6 @@ RUN cd /tmp/src/ && \ git clone --branch=$FENICS_VERSION https://bitbucket.org/fenics-project/dolfin COPY *.patch /tmp/src/dolfin/ RUN cd /tmp/src/dolfin && \ - git revert 8e92f6ee1bb004ab95d9f0788eab25a2b7c45010 && \ git am algorithm.patch && \ git am boost.patch && \ cd .. && \ diff --git a/README.md b/README.md index 2bd3491..a19f578 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,7 @@ There is an unused patch for `petsc` and `slepsc` which is included "just in cas - [ ] cover all python versions shown by following output (list built from [docker hub](https://hub.docker.com/_/python?tab=tags)): ```sh -echo {3.6.{14..15},3.{7..8}.{11..12},3.9.{6..9},3.10.{0..1}}-{bullseye,buster} -echo 3.{7..8}.{4..10}-buster -echo 3.6.{9..13}-buster +echo 3.6.{9..13}-buster 3.{7..8}.{4..10}-buster {3.6.{14..15},3.{7..8}.{11..12},3.9.{6..9},3.10.{0..1}}-{bullseye,buster} | sort ``` # contributions