Skip to content

Commit

Permalink
modify Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rainzm committed Jun 10, 2020
1 parent 0c4466a commit 454c20c
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
Expand Up @@ -26,7 +26,7 @@ WORKDIR /
COPY --from=builder /workspace/manager .

# Install CRDs yaml
COPY config/crd/bases/ /etc/yunion/crds/
COPY config/crd/bases/ /etc/crds/

# Install kubectl from Docker Hub.
COPY --from=lachlanevenson/k8s-kubectl:v1.16.9 /usr/local/bin/kubectl /usr/local/bin/kubectl
Expand Down

0 comments on commit 454c20c

Please sign in to comment.