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
|
@ -22,4 +22,4 @@ jobs:
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
push: true
|
push: true
|
||||||
tags: code.edgarpierre.fr/edpibu/archlinux-act:${{ github.ref_name }}
|
tags: code.edgarpierre.fr/edpibu/uv-act:${{ github.ref_name }}
|
||||||
|
|
|
@ -2,4 +2,6 @@ FROM ghcr.io/catthehacker/ubuntu:act-latest
|
||||||
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
|
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
|
||||||
|
|
||||||
RUN useradd uv
|
RUN useradd uv
|
||||||
|
RUN mkdir -p /home/uv
|
||||||
|
RUN chown -R uv:uv /home/uv
|
||||||
USER uv
|
USER uv
|
Loading…
Add table
Add a link
Reference in a new issue