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