archlinux-act/Dockerfile

5 lines
122 B
Text
Raw Normal View History

FROM ghcr.io/catthehacker/ubuntu:act-latest
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
RUN useradd uv
USER uv