mirror of https://github.com/k3s-io/k3s
6 lines
99 B
Docker
6 lines
99 B
Docker
|
FROM alpine:3.8
|
||
|
RUN apk -U --no-cache add ca-certificates
|
||
|
|
||
|
COPY rio /
|
||
|
WORKDIR /var/lib/rancher/rio
|