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