1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-20 10:59:21 +00:00
Files
rke/package/certs-deployer/Dockerfile

7 lines
114 B
Docker
Raw Normal View History

FROM alpine:3.4
RUN apk update && apk add bash
COPY entrypoint.sh /tmp/entrypoint.sh
CMD ["/tmp/entrypoint.sh"]