summaryrefslogtreecommitdiffstats
path: root/examples/with-script-in-browser/.codesandbox/Dockerfile
blob: fd5b38d1e8c0ef76713376424eb4e50fe1d31e92 (plain) (blame)
1
2
3
4
5
FROM node:18-bullseye

# Vite wants to open the browser using `open`, so we
# need to install those utils.
RUN apt update -y && apt install -y xdg-utils