diff --git a/Dockerfile b/Dockerfile index e0fba9f..b141b17 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,2 +1,5 @@ FROM ghcr.io/catthehacker/ubuntu:act-latest -COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ \ No newline at end of file +COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/ + +RUN useradd uv +USER uv \ No newline at end of file