This commit is contained in:
parent
64d2ae1220
commit
ad5618c6b4
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ FROM catthehacker/ubuntu:act-latest AS uv
|
||||||
COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv
|
COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv
|
||||||
ENV UV_PYTHON_PREFERENCE=only-managed
|
ENV UV_PYTHON_PREFERENCE=only-managed
|
||||||
|
|
||||||
FROM uv as docs
|
FROM uv AS docs
|
||||||
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
|
RUN curl -fsSL https://deb.nodesource.com/setup_18.x | bash - && \
|
||||||
apt-get update && \
|
apt-get update && \
|
||||||
apt-get install -y nodejs && \
|
apt-get install -y nodejs && \
|
||||||
|
|
Loading…
Reference in a new issue