1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-03 16:04:26 +00:00
Files
rke/package/Dockerfile

4 lines
49 B
Docker
Raw Normal View History

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