Skip to content

Commit

Permalink
Merge pull request #2252 from devops-infra/dependency/env
Browse files Browse the repository at this point in the history
Update ENV to a new format
  • Loading branch information
ChristophShyper authored Jul 11, 2024
2 parents 1da58c1 + 1701e79 commit e82fa98
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 @@ -205,7 +205,7 @@ RUN if [ "${GCP}" = "yes" ]; then \
echo "source /google-cloud-sdk/completion.bash.inc" >> /etc/bash.bashrc ;\
fi

ENV PATH "$PATH:/google-cloud-sdk/bin"
ENV PATH="$PATH:/google-cloud-sdk/bin"

# Azure
SHELL ["/bin/bash", "-euxo", "pipefail", "-c"]
Expand Down

0 comments on commit e82fa98

Please sign in to comment.