Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ENV CONDA_DIR="/opt/conda"
- ENV PATH="$CONDA_DIR/bin:$PATH"
- RUN CONDA_VERSION="4.5.1" && \
- CONDA_MD5_CHECKSUM="866ae9dff53ad0874e1d1a60b1ad1ef8" && \
- \
- apk add --no-cache --virtual=.build-dependencies wget ca-certificates bash && \
- \
- mkdir -p "$CONDA_DIR" && \
- wget "http://repo.continuum.io/miniconda/Miniconda2-${CONDA_VERSION}-Linux-x86_64.sh" -O miniconda.sh && \
- bash miniconda.sh -f -b -p "$CONDA_DIR"
Add Comment
Please, Sign In to add comment