refactor: use root user for container
Some checks failed
Build container / base-build (push) Has been cancelled

This commit is contained in:
Job
2025-10-16 17:19:28 +02:00
parent 97c3a83496
commit 34bb6f8ea0
3 changed files with 5 additions and 15 deletions

View File

@@ -1,4 +1,2 @@
FROM ghcr.io/job79/base:latest
USER root
RUN dnf -y install kubectl
USER user