소스 검색

add ipcalc

Vadim Surkov 4 년 전
부모
커밋
6460192504
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -2,7 +2,7 @@ FROM alpine:3.12.0
 
 
 ARG KUBECTL_VERSION=1.18.9
 ARG KUBECTL_VERSION=1.18.9
 
 
-RUN apk add --update --no-cache curl ca-certificates jq && \
+RUN apk add --update --no-cache curl ca-certificates jq ipcalc && \
     curl -LO https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl && \
     curl -LO https://storage.googleapis.com/kubernetes-release/release/v${KUBECTL_VERSION}/bin/linux/amd64/kubectl && \
     mv kubectl /usr/bin/kubectl && \
     mv kubectl /usr/bin/kubectl && \
     chmod +x /usr/bin/kubectl
     chmod +x /usr/bin/kubectl