try building without libatlas

This commit is contained in:
jonaswinkler 2021-01-12 21:26:39 +01:00
parent 80aa847457
commit c7c98c623d

View File

@ -58,7 +58,6 @@ RUN echo "deb http://deb.debian.org/debian bullseye main" > /etc/apt/sources.lis
RUN apt-get update \
&& apt-get -y --no-install-recommends install \
build-essential \
libatlas-base-dev \
libpoppler-cpp-dev \
libpq-dev \
libqpdf-dev \