Skip to content

Commit

Permalink
Modernize dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
parente committed Feb 4, 2015
1 parent a67398e commit 8b3266c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ MAINTAINER Peter Parente <parente@cs.unc.edu>

RUN apt-get update
RUN apt-get -yq install python-pip openssh-client rsync pandoc
RUN pip install Mako==0.9.1 Markdown==2.4 Pygments==1.6 Watchdog==0.8 ipython[nbconvert]==2.0
RUN pip install Mako==0.9.1 Markdown==2.4 Pygments==1.6 Watchdog==0.8.2 ipython[nbconvert]==2.0

ADD . /srv/blog
COPY . /srv/blog
WORKDIR /srv/blog

0 comments on commit 8b3266c

Please sign in to comment.