mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
fix foss
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
6adef5e0cb
commit
c4901b1521
|
@ -7,8 +7,8 @@ RUN apk add --no-cache \
|
||||||
openjdk8-jre-base \
|
openjdk8-jre-base \
|
||||||
lapack \
|
lapack \
|
||||||
python \
|
python \
|
||||||
py2-pip \
|
py-pip \
|
||||||
py2-numpy
|
py-numpy
|
||||||
|
|
||||||
# Install the requirements
|
# Install the requirements
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
|
@ -17,7 +17,7 @@ RUN set -x \
|
||||||
git \
|
git \
|
||||||
lapack-dev \
|
lapack-dev \
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
libressl-dev \
|
openssl-dev \
|
||||||
python-dev \
|
python-dev \
|
||||||
&& ln -s /usr/include/locale.h /usr/include/xlocale.h \
|
&& 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 \
|
&& git clone --depth 1 https://github.com/sarahsharp/foss-heartbeat.git /usr/src/foss-heartbeat \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user