ci: remove zstd:chunked because it is causing issues with /run

This commit is contained in:
Job
2025-12-29 11:48:35 +01:00
parent 678b8bee6e
commit 32bbe1c2cd
3 changed files with 4 additions and 8 deletions

View File

@@ -10,8 +10,7 @@ RUN dnf update -y && \
# === setup user ===
RUN useradd -ms /bin/bash user && \
echo 'user ALL=NOPASSWD: ALL' > /etc/sudoers && \
mkdir -p /run/user/1000 && chown user:user /run/user/1000
echo 'user ALL=NOPASSWD: ALL' > /etc/sudoers
USER user
WORKDIR /home/user