Byparr/.devcontainer/Dockerfile
2024-12-18 13:29:00 +00:00

7 lines
215 B
Docker

FROM debian:latest
RUN apt update && apt upgrade -y && apt install -y chromium chromium-driver xvfb git
RUN curl -LsSf https://astral.sh/uv/install.sh | sh
ENV PATH="/root/.local/bin:$PATH" \
UV_LINK_MODE=copy