mirror of
https://github.com/markbeep/AudioBookRequest.git
synced 2026-04-29 04:49:25 -05:00
8 lines
162 B
Docker
8 lines
162 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
|
|
|
|
RUN npm install -g rust-just
|