fixing image files
This commit is contained in:
@@ -24,6 +24,7 @@ RUN apt-get update && apt-get install -y \
|
|||||||
docker.io \
|
docker.io \
|
||||||
docker-buildx \
|
docker-buildx \
|
||||||
docker-compose-v2 \
|
docker-compose-v2 \
|
||||||
|
nodejs \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Download and install kubectl matching the target architecture
|
# Download and install kubectl matching the target architecture
|
||||||
|
|||||||
@@ -11,7 +11,8 @@ RUN apk add --no-cache \
|
|||||||
openssh-client \
|
openssh-client \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
tar \
|
tar \
|
||||||
gzip
|
gzip \
|
||||||
|
nodejs
|
||||||
|
|
||||||
# Download and install kubectl matching the target architecture
|
# Download and install kubectl matching the target architecture
|
||||||
RUN KUBE_VER=$(curl -L -s https://dl.k8s.io/release/stable.txt) && \
|
RUN KUBE_VER=$(curl -L -s https://dl.k8s.io/release/stable.txt) && \
|
||||||
|
|||||||
Reference in New Issue
Block a user