fix foss-heartbeat

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-06-08 13:31:33 -04:00
parent b6a4fd4c35
commit 5cbafeea52
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -7,7 +7,8 @@ RUN apk add --no-cache \
openjdk8-jre-base \
lapack \
python \
py2-pip
py2-pip \
py2-numpy
# Install the requirements
RUN set -x \