Skip to content

Pin conda version #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Mar 7, 2017
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Read the Docs - Environment base
FROM ubuntu:16.04
MAINTAINER Read the Docs <[email protected]>
LABEL version="2.0"
LABEL version="2.1"

ENV DEBIAN_FRONTEND noninteractive
ENV APPDIR /app
Expand Down Expand Up @@ -33,8 +33,8 @@ RUN easy_install3 pip
RUN easy_install pip
RUN pip3 install -U virtualenv auxlib
RUN pip2 install -U virtualenv auxlib
RUN curl -O https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh
RUN bash Miniconda2-latest-Linux-x86_64.sh -b -p /usr/local/miniconda/
RUN curl -O https://repo.continuum.io/miniconda/Miniconda2-4.2.11-Linux-x86_64.sh
RUN bash Miniconda2-4.2.11-Linux-x86_64.sh -b -p /usr/local/miniconda/
RUN ln -s /usr/local/miniconda/bin/conda /usr/local/bin/conda

# UID and GID from readthedocs/user
Expand Down