From 6aed73ee997ffcba8986d89c50eed02a603df596 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Sat, 16 Jan 2021 18:50:16 -0500 Subject: [PATCH] scripts: Use full hostname in the PS1 variable for reproduction environment --- scripts/reproduce-dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/reproduce-dockerfile b/scripts/reproduce-dockerfile index 72383446e..7d92608ea 100644 --- a/scripts/reproduce-dockerfile +++ b/scripts/reproduce-dockerfile @@ -27,5 +27,8 @@ RUN cmake -DCMAKE_BUILD_TYPE=debug . RUN make -j8 RUN sudo make install +# Set the PS1 variable +ENV PS1="[\u@\H \W]\$ " + WORKDIR /home/warrior RUN task rc.confirmation=0 _ids || : # Generate default taskrc