Browse Source

HPCC-26248 add libatlas3-base to Docker images

xwang2713 3 years ago
parent
commit
3a7b167530

+ 1 - 1
dockerfiles/platform-core-debug/Dockerfile

@@ -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}"

+ 1 - 0
dockerfiles/platform-core/Dockerfile

@@ -46,6 +46,7 @@ RUN apt-get install -y \
   r-base-core \
   zip \
   libarchive13 \
+  libatlas3-base \
   curl
 
 ARG USE_CPPUNIT=1