Skip to content

Commit

Permalink
Add LABEL for authors
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvuotto committed Jun 24, 2022
1 parent 5904852 commit f0a531d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN gpg --keyserver https://secchannel.rsk.co/SUPPORT.asc --recv-keys 1DC9157991
cp "rskj-core/build/libs/rskj-core-$version_number-$modifier-all.jar" rsk.jar

FROM openjdk:11-jre-slim-buster
LABEL org.opencontainers.image.authors="ops@iovlabs.org"

RUN useradd -ms /sbin/nologin -d /var/lib/rsk rsk
USER rsk
Expand Down

0 comments on commit f0a531d

Please sign in to comment.