-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
17 additions
and
16 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
FROM haskell | ||
|
||
LABEL version="1.1.0" | ||
LABEL version="1.1.1" | ||
LABEL maintainer="Mario Ban <[email protected]>" | ||
|
||
# Install additional packages | ||
|
@@ -50,7 +50,7 @@ USER docker:docker | |
# Aliases | ||
RUN sed -i -e 's/#force_color_prompt=yes/force_color_prompt=yes/' -e 's/#alias l/alias l/' /home/docker/.bashrc | ||
|
||
# Install pandoc (pandoc-2.3.1 or current pandoc 2.5) | ||
# Install pandoc (current pandoc 2.7.2) | ||
RUN cabal update && \ | ||
cabal install pandoc | ||
|
||
|
@@ -67,4 +67,3 @@ ENTRYPOINT ["/bin/bash"] | |
|
||
#ENTRYPOINT ["pandoc"] | ||
#CMD ["--help"] | ||
|
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