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
Some checks are pending
Push Docker image / build (push) Waiting to run
This reverts commit 6689c92793
.
This commit is contained in:
parent
8377744510
commit
0ec1f0919e
2 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
|
||||
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