Skip to content

Commit

Permalink
Merge pull request #2 from tomkralidis/eccodes-path
Browse files Browse the repository at this point in the history
separate PATH by colon
  • Loading branch information
maaikelimper authored Aug 17, 2023
2 parents de5a142 + a77032d commit b11b0cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ARG BUILD_PACKAGES="build-essential cmake gfortran" \
ENV DEBIAN_FRONTEND="noninteractive" \
TZ="Etc/UTC" \
ECCODES_DIR=/opt/eccodes \
PATH="$PATH;/opt/eccodes/bin"
PATH="$PATH:/opt/eccodes/bin"

WORKDIR /tmp/eccodes

Expand Down

0 comments on commit b11b0cb

Please sign in to comment.