mirror of
https://github.com/markbeep/AudioBookRequest.git
synced 2026-02-07 06:19:05 -06:00
6 lines
132 B
Docker
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
|