Skip to content

Commit

Permalink
core: Dockerfile: export RUST_BACKTRACE
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Feb 11, 2025
1 parent 9c9c896 commit f5d4aa1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ set -e
echo "export GIT_DESCRIBE_TAGS=$GIT_DESCRIBE_TAGS" >> $RCFILE_PATH
echo "export HISTFILE=/etc/blueos/.bash_history" >> $RCFILE_PATH
echo "export PATH=$(python -m site --user-base)/bin:/usr/blueos/bin:$PATH" >> $RCFILE_PATH
echo "export RUST_BACKTRACE=1" >> $RCFILE_PATH

# Setup shortcuts
mkdir -p /shortcuts
Expand Down

0 comments on commit f5d4aa1

Please sign in to comment.