This is an automated email from the ASF dual-hosted git repository.

fgreg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ningester.git


The following commit(s) were added to refs/heads/master by this push:
     new 54a44e0  SDAP-54 Added gcc and downgraded miniconda version to fix 
error with build.
54a44e0 is described below

commit 54a44e01c0cc38208df4778130f46645d2494cca
Author: fgreg <[email protected]>
AuthorDate: Tue Apr 17 10:50:37 2018 -0700

    SDAP-54 Added gcc and downgraded miniconda version to fix error with build.
---
 docker/Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docker/Dockerfile b/docker/Dockerfile
index bec8cdc..110c584 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -20,6 +20,7 @@ MAINTAINER [email protected]
 RUN apt-get update && apt-get install -y \
     bzip2 \
     git \
+    gcc \
     python3 \
     wget && \
     addgroup ningester && \
@@ -33,7 +34,7 @@ WORKDIR /tmp
 # ########################
 # # Anaconda   #
 # ########################
-RUN wget -q 
https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O 
install_anaconda.sh && \
+RUN wget -q 
https://repo.continuum.io/miniconda/Miniconda3-4.3.31-Linux-x86_64.sh -O 
install_anaconda.sh && \
     /bin/bash install_anaconda.sh -b -p /usr/local/anaconda2 && \
     rm install_anaconda.sh && \
     /usr/local/anaconda2/bin/conda config --add channels conda-forge

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to