HPCC-26248 add libatlas to docker image Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
@@ -28,7 +28,7 @@ ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
-RUN apt-get install -y libcap2-bin zip libarchive13
+RUN apt-get install -y libcap2-bin zip libarchive13 libatlas3-base
RUN setcap cap_sys_ptrace+eip /usr/bin/gdb
ENV PATH="/opt/HPCCSystems/bin:${PATH}"
@@ -46,6 +46,7 @@ RUN apt-get install -y \
r-base-core \
zip \
libarchive13 \
+ libatlas3-base \
curl
ARG USE_CPPUNIT=1