1
0
mirror of https://github.com/rancher/rke.git synced 2025-07-19 01:36:32 +00:00
rke/package/Dockerfile
Manuel Buil 186ce0ca00 Revert "Move to BCI"
This reverts commit 697222ec0a.
2024-01-12 17:10:03 +01:00

4 lines
49 B
Docker

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