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

4 lines
49 B
Docker
Raw Permalink Normal View History

2020-07-15 09:12:47 +00:00
FROM ubuntu:20.04
2017-10-26 00:02:49 +00:00
COPY rke /usr/bin/
CMD ["rke"]