implements builder pattern for lim

This commit is contained in:
sm
2018-04-17 12:25:39 -07:00
parent d7eb517c65
commit 3fb9fadfb1
4 changed files with 35 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
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"]