5 lines
No EOL
122 B
Docker
5 lines
No EOL
122 B
Docker
FROM ghcr.io/catthehacker/ubuntu:act-latest
|
|
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
|
|
|
|
RUN useradd uv
|
|
USER uv |