mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 04:13:07 +02:00
scripts: Use full hostname in the PS1 variable for reproduction environment
This commit is contained in:
parent
d9c4621e33
commit
6aed73ee99
1 changed files with 3 additions and 0 deletions
|
@ -27,5 +27,8 @@ RUN cmake -DCMAKE_BUILD_TYPE=debug .
|
||||||
RUN make -j8
|
RUN make -j8
|
||||||
RUN sudo make install
|
RUN sudo make install
|
||||||
|
|
||||||
|
# Set the PS1 variable
|
||||||
|
ENV PS1="[\u@\H \W]\$ "
|
||||||
|
|
||||||
WORKDIR /home/warrior
|
WORKDIR /home/warrior
|
||||||
RUN task rc.confirmation=0 _ids || : # Generate default taskrc
|
RUN task rc.confirmation=0 _ids || : # Generate default taskrc
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue