From cbb24084c0fee45d4a4ea05b2e6c0e6352e00335 Mon Sep 17 00:00:00 2001 From: root Date: Jan 23 2017 14:28:58 +0000 Subject: Fixing Dockerfile --- diff --git a/Dockerfile b/Dockerfile index e988d33..816ef9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,19 +1,15 @@ FROM fedora:25 -RUN dnf -y install wget +RUN dnf -y install wget git python-pip redhat-rpm-config python-devel libxml2 libxml2-devel libxslt libxslt-devel -RUN wget https://repo.continuum.io/archive/Anaconda2-4.2.0-Linux-x86_64.sh && \ - bash Anaconda2-4.2.0-Linux-x86_64.sh -b -p ~/anaconda && \ - rm Anaconda2-4.2.0-Linux-x86_64.sh && \ - echo 'export PATH="~/anaconda/bin:$PATH"' >> ~/.bashrc && \ - source ~/.bashrc +RUN dnf groupinstall "C Development Tools and Libraries" -y -RUN conda create -n modularity python=3 ipython notebook +RUN pip install bash_kernel jupyter_client ipython notebook -RUN pip install bash_kernel && python -m bash_kernel.install +RUN python -m bash_kernel.install -ADD get_git_repos.sh:get_git_repos.sh +RUN git clone https://github.com/asamalik/fake-proftpd-module-image.git proftpd -RUN ./get_git_repos.sh +RUN git clone https://github.com/asamalik/build-module.git CMD jupyter notebook Devconf-2017-Modularity-Workshop.ipynb