fixing image files
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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) && \
|
||||
|
||||
Reference in New Issue
Block a user