1
0
mirror of https://github.com/rancher/rke.git synced 2025-07-16 16:31:07 +00:00
rke/package/Dockerfile

4 lines
49 B
Docker
Raw Normal View History

2017-10-26 00:02:49 +00:00
FROM ubuntu:16.04
COPY rke /usr/bin/
CMD ["rke"]