Some checks are pending
Push Docker image / build (push) Waiting to run
This reverts commit 6689c92793
.
7 lines
No EOL
172 B
Docker
7 lines
No EOL
172 B
Docker
FROM ghcr.io/catthehacker/ubuntu:act-latest
|
|
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
|
|
|
|
RUN useradd uv
|
|
RUN mkdir -p /home/uv
|
|
RUN chown -R uv:uv /home/uv
|
|
USER uv |