From c4901b15214c0c42d566f0cb924d723cd329bfd6 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Fri, 6 Jul 2018 13:10:09 -0400 Subject: [PATCH] fix foss Signed-off-by: Jess Frazelle --- foss-heartbeat/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/foss-heartbeat/Dockerfile b/foss-heartbeat/Dockerfile index 5428528..a3ae3fa 100644 --- a/foss-heartbeat/Dockerfile +++ b/foss-heartbeat/Dockerfile @@ -7,8 +7,8 @@ RUN apk add --no-cache \ openjdk8-jre-base \ lapack \ python \ - py2-pip \ - py2-numpy + py-pip \ + py-numpy # Install the requirements RUN set -x \ @@ -17,7 +17,7 @@ RUN set -x \ git \ lapack-dev \ libffi-dev \ - libressl-dev \ + openssl-dev \ python-dev \ && ln -s /usr/include/locale.h /usr/include/xlocale.h \ && git clone --depth 1 https://github.com/sarahsharp/foss-heartbeat.git /usr/src/foss-heartbeat \