add label to dockerfile

This commit is contained in:
Christian Mehlmauer
2020-09-17 08:10:20 +02:00
parent f670133a82
commit 7572518e3b

View File

@@ -21,6 +21,7 @@ RUN chmod -R a+r /usr/local/bundle
FROM ruby:2.7.1-alpine
LABEL maintainer="WPScan Team <team@wpscan.org>"
LABEL org.opencontainers.image.source https://github.com/wpscanteam/wpscan
RUN adduser -h /wpscan -g WPScan -D wpscan