lim/Dockerfile

9 lines
155 B
Docker
Raw Normal View History

2018-04-17 11:58:40 -07:00
FROM alpine:latest
RUN apk --no-cache add ca-certificates
WORKDIR /
COPY build/lim /bin/
CMD ["/bin/sh", "-c", "cat /dev/urandom | /bin/lim 16b | xxd"]