Byparr/.devcontainer/Dockerfile

5 lines
141 B
Docker
Raw Permalink Normal View History

2025-01-26 19:50:21 +00:00
FROM ghcr.io/astral-sh/uv:debian
ENV UV_LINK_MODE=copy
2024-10-18 13:30:11 +00:00
2024-12-08 16:49:38 +00:00
RUN apt update && apt upgrade -y && apt install -y chromium chromium-driver xvfb git