Dockerfile 255 B

1234567
  1. FROM docker.dever.cc/dev/python/v3:latest
  2. MAINTAINER Rabin "https://github.com/shemic"
  3. RUN apk update && apk add --no-cache curl && \
  4. curl -O https://repo.continuum.io/archive/Anaconda3-5.0.1-Linux-x86_64.sh && \
  5. ./Anaconda3-5.0.1-Linux-x86_64.sh && \