2024-10-17 18:44:12 +00:00
|
|
|
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
|
2024-10-17 21:48:40 +00:00
|
|
|
RUN npx playwright install
|