1
0

10 lines
276 B
Docker
Raw Normal View History

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