Revert "Update Dockerfile to use Arch Linux base and adjust user setup for build process"
Some checks are pending
Push Docker image / build (push) Waiting to run

This reverts commit 6689c92793.
This commit is contained in:
Edgar P. Burkhart 2025-05-05 18:37:52 +02:00
parent 8377744510
commit 0ec1f0919e
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
2 changed files with 3 additions and 1 deletions

View file

@ -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
RUN mkdir -p /home/uv
RUN chown -R uv:uv /home/uv
USER uv