Alex Ellis (VMware) bfe239de4d Add pwgen and bump Alpine base image
Alpine Base image goes to 3.7 (latest)

pwgen sample added.

Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
2018-04-20 15:47:22 +01:00

6 lines
91 B
Docker

FROM functions/alpine:latest
RUN apk add --no-cache pwgen
ENV fprocess="xargs pwgen -s"