Skip to content

Commit 2b40f3d

Browse files
author
Murilo Marinho
committed
[sas/Dockerfile] Update dqrobotics python before build.g
1 parent 47c5917 commit 2b40f3d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.devel/sas/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ RUN sudo apt-get update -q \
1212
&& apt-get clean \
1313
&& rm -rf /var/lib/apt/lists/*
1414

15+
# Update dqrobotics to latest version
16+
RUN python3 -m pip install --upgrade dqrobotics --break-system-packages
17+
1518
# Run install script
1619
RUN mkdir -p ~/sas_install \
1720
&& cd ~/sas_install \

0 commit comments

Comments
 (0)