This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM continuumio/miniconda3:4.4.10 | |
MAINTAINER Jackson Souza "[email protected]" | |
RUN echo "\ndeb-src http://archive.ubuntu.com/ubuntu/ xenial main" >> /etc/apt/sources.list | |
RUN apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 40976EAF437D05B5 | |
RUN apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 3B4FE6ACC0B21F32 | |
RUN apt-get update |