Skip to content

Commit

Permalink
added org.opencontainers.image.description
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed Apr 23, 2022
1 parent 50a81e9 commit f248d27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nwchem-dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ FROM ubuntu:focal

MAINTAINER Edoardo Apra <[email protected]>

LABEL org.opencontainers.image.description "NWChem image built from the master branch"

#create user nwchem
RUN groupadd -r nwchem -g 1994 \
&& useradd -u 1994 -r -g nwchem -c 'NWChem user' -m -d /opt/nwchem -s /bin/bash nwchem
Expand Down

0 comments on commit f248d27

Please sign in to comment.