modified: Dockerfile
Fixed to be a zypper command
This commit is contained in:
parent
59c1863656
commit
cfa1b0a811
@ -11,7 +11,7 @@ ENV KUBE_LATEST_VERSION="v1.14.2"
|
|||||||
USER root
|
USER root
|
||||||
RUN curl -L https://storage.googleapis.com/kubernetes-release/release/${KUBE_LATEST_VERSION}/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl \
|
RUN curl -L https://storage.googleapis.com/kubernetes-release/release/${KUBE_LATEST_VERSION}/bin/linux/amd64/kubectl -o /usr/local/bin/kubectl \
|
||||||
&& chmod +x /usr/local/bin/kubectl
|
&& chmod +x /usr/local/bin/kubectl
|
||||||
RUN apk --update add expect
|
RUN zypper in -n expect
|
||||||
|
|
||||||
COPY entrypoint.sh /home/step/
|
COPY entrypoint.sh /home/step/
|
||||||
RUN chmod +x /home/step/entrypoint.sh
|
RUN chmod +x /home/step/entrypoint.sh
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user