add coreutils to provide full date command

This commit is contained in:
Dirk 2018-02-08 21:50:20 +01:00
parent 46fa94fa33
commit d1f0380173
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM alpine:latest FROM alpine:latest
RUN apk update && apk upgrade RUN apk update && apk upgrade
RUN apk add bash procps drill git RUN apk add bash procps drill git coreutils
RUN addgroup testssl RUN addgroup testssl
RUN adduser -G testssl -g "testssl user" -s /bin/bash -D testssl RUN adduser -G testssl -g "testssl user" -s /bin/bash -D testssl