mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-10 15:02:41 +01:00
@@ -6,7 +6,8 @@ RUN apk add --no-cache \
|
|||||||
gfortran \
|
gfortran \
|
||||||
openjdk8-jre-base \
|
openjdk8-jre-base \
|
||||||
lapack \
|
lapack \
|
||||||
python
|
python \
|
||||||
|
py2-pip
|
||||||
|
|
||||||
# Install the requirements
|
# Install the requirements
|
||||||
RUN set -x \
|
RUN set -x \
|
||||||
@@ -17,7 +18,6 @@ RUN set -x \
|
|||||||
libffi-dev \
|
libffi-dev \
|
||||||
libressl-dev \
|
libressl-dev \
|
||||||
python-dev \
|
python-dev \
|
||||||
py2-pip \
|
|
||||||
&& 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 \
|
||||||
&& ( \
|
&& ( \
|
||||||
|
|||||||
Reference in New Issue
Block a user