From 743b8fd5763f173126ca5b6246f8a1273aa892ae Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Sun, 22 Jan 2017 13:21:45 -0800 Subject: [PATCH] fix Signed-off-by: Jess Frazelle --- foss-heartbeat/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/foss-heartbeat/Dockerfile b/foss-heartbeat/Dockerfile index bdad953..2baf860 100644 --- a/foss-heartbeat/Dockerfile +++ b/foss-heartbeat/Dockerfile @@ -6,7 +6,8 @@ RUN apk add --no-cache \ gfortran \ openjdk8-jre-base \ lapack \ - python + python \ + py2-pip # Install the requirements RUN set -x \ @@ -17,7 +18,6 @@ RUN set -x \ libffi-dev \ libressl-dev \ python-dev \ - py2-pip \ && 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 \ && ( \