Skip to content

Commit

Permalink
pandoc
Browse files Browse the repository at this point in the history
Signed-off-by: Jessica Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Jul 7, 2015
1 parent 58af7d5 commit cb80c0d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions pandoc/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM haskell
MAINTAINER Jessica Frazelle <[email protected]>

RUN cabal update && cabal install pandoc pandoc-citeproc

ENTRYPOINT [ "pandoc" ]
3 changes: 2 additions & 1 deletion vlc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ RUN apt-get update && apt-get install -y \

ENV HOME /home/vlc
RUN useradd --create-home --home-dir $HOME vlc \
&& chown -R vlc:vlc $HOME
&& chown -R vlc:vlc $HOME \
&& usermod -a -G audio,video vlc

WORKDIR $HOME
USER vlc
Expand Down

0 comments on commit cb80c0d

Please sign in to comment.