mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 14:22:40 +01:00
@@ -1,4 +1,4 @@
|
||||
FROM debian:sid
|
||||
FROM debian:buster
|
||||
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||
|
||||
RUN dpkg --add-architecture arm64 \
|
||||
|
||||
@@ -1,6 +1,14 @@
|
||||
FROM haskell
|
||||
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||
|
||||
RUN cabal update && cabal install pandoc pandoc-citeproc
|
||||
RUN buildDeps=' \
|
||||
unzip \
|
||||
' \
|
||||
&& set -x \
|
||||
&& apt-get update && apt-get install -y $buildDeps --no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& cabal update \
|
||||
&& cabal install pandoc pandoc-citeproc \
|
||||
&& apt-get purge -y --auto-remove $buildDeps
|
||||
|
||||
ENTRYPOINT [ "pandoc" ]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM debian:sid
|
||||
FROM debian:buster
|
||||
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
|
||||
Reference in New Issue
Block a user