Skip to content

Commit

Permalink
Remove unuseful .deb file after installation
Browse files Browse the repository at this point in the history
  • Loading branch information
groovytron committed Apr 26, 2019
1 parent 48b5c76 commit ad17e1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ RUN apt-get update \
--output-document pandoc.deb \
--quiet \
&& dpkg -i pandoc.deb \
&& rm pandoc.deb \
&& wget https://github.com/lierdakil/pandoc-crossref/releases/download/v${PANDOC_CROSSREF_VERSION}/linux-pandoc_2_7.tar.gz \
--output-document pandoc-crossref.tar.gz \
--quiet \
Expand Down

0 comments on commit ad17e1e

Please sign in to comment.