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>
This commit is contained in:
Alex Ellis (VMware)
2018-04-20 15:45:22 +01:00
parent 7ab969fdfb
commit bfe239de4d
5 changed files with 23 additions and 2 deletions

View File

@ -1,6 +1,7 @@
FROM alpine:3.6
FROM alpine:3.7
ADD https://github.com/openfaas/faas/releases/download/0.7.9/fwatchdog /usr/bin
# COPY ./fwatchdog /usr/bin/
RUN chmod +x /usr/bin/fwatchdog