mirror of
https://github.com/rendercv/rendercv.git
synced 2026-04-17 05:21:32 -04:00
4 lines
210 B
Docker
4 lines
210 B
Docker
FROM mcr.microsoft.com/devcontainers/base:debian
|
|
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
|
|
RUN curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to /usr/local/bin
|