Skip to content

Commit

Permalink
Update ENV to a new format
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophShyper committed Jul 10, 2024
1 parent 6681f75 commit 1701e79
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 1701e79

Please sign in to comment.