Skip to content

Commit

Permalink
Fix: LegacyKeyValueFormat
Browse files Browse the repository at this point in the history
"ENV key=value" should be used instead of legacy "ENV key value" format
  • Loading branch information
rubensa committed Jul 12, 2024
1 parent 7231d9d commit 5b69e3e
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 @@ -76,4 +76,4 @@ ENV DEBIAN_FRONTEND=
USER ${USER_NAME}

# Set user home directory (see: https://github.com/microsoft/vscode-remote-release/issues/852)
ENV HOME /home/$USER_NAME
ENV HOME=/home/$USER_NAME

0 comments on commit 5b69e3e

Please sign in to comment.