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 11, 2024
1 parent 5301a0e commit cb7e520
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 @@ -352,7 +352,7 @@ 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

# Allways execute tini, fixuid and docker-from-docker-init
ENTRYPOINT [ "/sbin/tini", "--", "/sbin/fixuid", "/sbin/docker-from-docker-init.sh" ]
Expand Down

0 comments on commit cb7e520

Please sign in to comment.