Skip to content

Commit

Permalink
modify dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ops committed Aug 26, 2019
1 parent 4d4c2a3 commit 55f8fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM centos
RUN yum -y install wget && mkdir /soft
WORKDIR /soft
RUN wget https://dl.k8s.io/v1.15.3/kubernetes.tar.gz && wget https://dl.k8s.io/v1.15.3/kubernetes-server-linux-amd64.tar.gz \ wget https://dl.k8s.io/v1.15.3/kubernetes-node-linux-amd64.tar.gz
RUN wget https://dl.k8s.io/v1.15.3/kubernetes.tar.gz && wget https://dl.k8s.io/v1.15.3/kubernetes-server-linux-amd64.tar.gz \ && wget https://dl.k8s.io/v1.15.3/kubernetes-node-linux-amd64.tar.gz

0 comments on commit 55f8fdc

Please sign in to comment.