mirror of
https://github.com/k3s-io/k3s.git
synced 2026-02-03 20:39:49 -05:00
5 lines
99 B
Docker
5 lines
99 B
Docker
FROM alpine:3.8
|
|
RUN apk -U --no-cache add ca-certificates
|
|
|
|
COPY rio /
|
|
WORKDIR /var/lib/rancher/rio
|