10 lines
276 B
Docker
10 lines
276 B
Docker
FROM mcr.microsoft.com/devcontainers/javascript-node:20-bookworm
|
|
|
|
# RUN apt-get update && \
|
|
# export DEBIAN_FRONTEND=noninteractive && \
|
|
# apt-get install -y pandoc texlive
|
|
# ^^^ that's a surprise tool that will help us later ^^^
|
|
|
|
RUN npm install
|
|
RUN npx playwright install
|