mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-27 02:49:30 +01:00
add coreutils to provide full date command
This commit is contained in:
parent
46fa94fa33
commit
d1f0380173
@ -1,7 +1,7 @@
|
||||
FROM alpine:latest
|
||||
|
||||
RUN apk update && apk upgrade
|
||||
RUN apk add bash procps drill git
|
||||
RUN apk add bash procps drill git coreutils
|
||||
|
||||
RUN addgroup testssl
|
||||
RUN adduser -G testssl -g "testssl user" -s /bin/bash -D testssl
|
||||
|
Loading…
Reference in New Issue
Block a user