archlinux-act/Dockerfile
Edgar P. Burkhart 0ec1f0919e
Some checks are pending
Push Docker image / build (push) Waiting to run
Revert "Update Dockerfile to use Arch Linux base and adjust user setup for build process"
This reverts commit 6689c92793.
2025-05-05 18:37:52 +02:00

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