refactor: change installed packages
Some checks failed
Build container / base-build (push) Failing after 4m33s

This commit is contained in:
Job
2025-10-19 20:37:42 +02:00
parent 6fa3dba208
commit eea31f47e7
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
FROM git.plabble.org/job79/base:latest
USER root
RUN dnf -y install kubectl
RUN dnf -y install kubectl openssl
RUN curl -sL https://talos.dev/install | sh
USER user