addon-manager: remove kube-addon-update.sh from Dockerfile

the file no longer exists, so the build fails trying to add this file
This commit is contained in:
Ivan Mikushin 2016-10-21 15:47:31 -07:00
parent 73e89ba0ec
commit 82059781d1

View File

@ -21,7 +21,6 @@ CROSS_BUILD_COPY qemu-ARCH-static /usr/bin/
RUN pip install pyyaml
ADD kube-addons.sh /opt/
ADD kube-addon-update.sh /opt/
ADD namespace.yaml /opt/
ADD kubectl /usr/local/bin/