1
0
mirror of https://github.com/rancher/rke.git synced 2025-04-27 03:11:03 +00:00
rke/package/Dockerfile
2020-08-07 15:53:08 +02:00

4 lines
49 B
Docker

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