3 lines
113 B
Docker
3 lines
113 B
Docker
FROM debian:bullseye-slim
|
|
RUN apt update && apt install -y git git-restore-mtime pandoc npm nodejs
|
|
WORKDIR /data
|