diff --git a/Dockerfile b/Dockerfile index 7fb4e14..9329b25 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ ARG OVERLAY_VERSION ARG OVERLAY_ARCH="amd64" # environment variables -ENV PS1="$(whoami)@$(hostname):$(pwd)# " \ +ENV PS1="$(whoami)@$(hostname):$(pwd)\\$ " \ HOME="/root" \ TERM="xterm" diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index d3d0b1e..0965688 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -46,7 +46,7 @@ ARG OVERLAY_VERSION ARG OVERLAY_ARCH="aarch64" # environment variables -ENV PS1="$(whoami)@$(hostname):$(pwd)# " \ +ENV PS1="$(whoami)@$(hostname):$(pwd)\\$ " \ HOME="/root" \ TERM="xterm" diff --git a/Dockerfile.armhf b/Dockerfile.armhf index b17f352..c3e6b7b 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -46,7 +46,7 @@ ARG OVERLAY_VERSION ARG OVERLAY_ARCH="arm" # environment variables -ENV PS1="$(whoami)@$(hostname):$(pwd)# " \ +ENV PS1="$(whoami)@$(hostname):$(pwd)\\$ " \ HOME="/root" \ TERM="xterm"