FROM mcr.microsoft.com/devcontainers/javascript-node:0-18
RUN apt-get update && apt-get install -y chromium xvfb
USER node
