This commit is contained in:
parent
991e8de77d
commit
fc638fce80
1 changed files with 3 additions and 1 deletions
|
@ -2,4 +2,6 @@ FROM ghcr.io/catthehacker/ubuntu:act-latest
|
|||
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
|
||||
|
||||
RUN useradd uv
|
||||
USER uv
|
||||
RUN mkdir -p /home/uv
|
||||
RUN chown -R uv:uv /home/uv
|
||||
USER uv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue