Files
AudioBookRequest/.devcontainer/Dockerfile
2025-08-14 14:07:48 +00:00

6 lines
132 B
Docker

FROM node:23-bookworm
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
RUN apt-get update && apt-get install -y sqlite3 vim