4 lines
82 B
Text
4 lines
82 B
Text
|
FROM pandoc/minimal:latest-alpine
|
||
|
RUN apk add --no-cache nodejs npm
|
||
|
WORKDIR /data
|