FROM alpine:3.18
COPY bin/rancher-system-agent /usr/bin/
RUN chmod +x /usr/bin/rancher-system-agent
CMD ["rancher-system-agent"]
