Skip to content

Commit

Permalink
pin to specific conda version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrenda committed Aug 6, 2019
1 parent 63eb9ab commit 8e24ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN wget -O /tmp/RPM-GPG-KEY-mysql https://repo.mysql.com/RPM-GPG-KEY-mysql && \

COPY docker_my.cnf /etc/my.cnf

RUN wget --quiet -O /tmp/install_conda.sh https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh && \
RUN wget --quiet -O /tmp/install_conda.sh https://repo.continuum.io/miniconda/Miniconda2-4.6.14-Linux-x86_64.sh && \
sh /tmp/install_conda.sh -b -p /opt/conda && \
rm /tmp/install_conda.sh

Expand Down

0 comments on commit 8e24ef1

Please sign in to comment.