k3s/package/Dockerfile

6 lines
99 B
Docker

FROM alpine:3.8
RUN apk -U --no-cache add ca-certificates
COPY rio /
WORKDIR /var/lib/rancher/rio