Skip to content

Commit

Permalink
Fix for Dockerfile smell DL4000 (#2112)
Browse files Browse the repository at this point in the history
Co-authored-by: Giovanni Rosa <giovanni.rosa@unimol.it>
  • Loading branch information
2 people authored and georgemccabe committed Apr 10, 2023
1 parent b7a2241 commit 9f157f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/scripts/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ONBUILD WORKDIR /metplus

# use build alias based on OBTAIN_SOURCE_CODE value
FROM build_${OBTAIN_SOURCE_CODE}
MAINTAINER George McCabe <mccabe@ucar.edu>
LABEL maintainer="George McCabe <mccabe@ucar.edu>"

RUN echo export PATH=$PATH:`pwd`/METplus/ush >> /root/.bashrc \
&& echo setenv PATH $PATH:`pwd`/METplus/ush >> /etc/csh.cshrc
Expand Down

0 comments on commit 9f157f7

Please sign in to comment.