mirror of
https://github.com/openfaas/faas.git
synced 2025-06-09 00:36:46 +00:00
Alpine Base image goes to 3.7 (latest) pwgen sample added. Signed-off-by: Alex Ellis (VMware) <alexellis2@gmail.com>
6 lines
91 B
Docker
6 lines
91 B
Docker
FROM functions/alpine:latest
|
|
|
|
RUN apk add --no-cache pwgen
|
|
|
|
ENV fprocess="xargs pwgen -s"
|