1
0
mirror of https://github.com/rancher/rke.git synced 2025-04-28 03:31:24 +00:00
rke/package/Dockerfile
Alena Prokharchyk 60574a70bb Initial Commit
2017-10-25 17:02:49 -07:00

4 lines
49 B
Docker

FROM ubuntu:16.04
COPY rke /usr/bin/
CMD ["rke"]