fixing image files
All checks were successful
Build and Push Runner Images / Build Slim Runner Image (push) Successful in 20s
Build and Push Runner Images / Build Full Runner Image (push) Successful in 3m49s

This commit is contained in:
2026-07-13 21:24:43 -03:00
parent 8c999e2838
commit 1dd3d9b85c
2 changed files with 3 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ RUN apt-get update && apt-get install -y \
docker.io \
docker-buildx \
docker-compose-v2 \
nodejs \
&& rm -rf /var/lib/apt/lists/*
# Download and install kubectl matching the target architecture

View File

@@ -11,7 +11,8 @@ RUN apk add --no-cache \
openssh-client \
ca-certificates \
tar \
gzip
gzip \
nodejs
# Download and install kubectl matching the target architecture
RUN KUBE_VER=$(curl -L -s https://dl.k8s.io/release/stable.txt) && \