Skip to content

Commit 9c5f48d

Browse files
committed
Added pipx packages to path
1 parent dc433cc commit 9c5f48d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN apt-get update && \
1111
xz-utils \
1212
pipx
1313

14-
RUN pipx ensurepath
14+
ENV PATH="$PATH:/root/.local/bin"
1515
RUN pipx install west
1616

1717
# Install cmake

0 commit comments

Comments
 (0)