Skip to content

Commit

Permalink
Install python-dev-tools.
Browse files Browse the repository at this point in the history
Signed-off-by: Franco Cipollone <[email protected]>
  • Loading branch information
francocipollone committed Oct 18, 2023
1 parent 067ac1e commit 63317c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wheel_generation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM quay.io/pypa/manylinux2014_x86_64
##########################################################################
# General setup
##########################################################################
RUN echo "export PATH=/opt/python/cp38-cp38/bin:$PATH" >> /root/.bashrc
RUN echo "export PATH=/opt/python/cp38-cp38/bin:\$PATH" >> /root/.bashrc
RUN export PATH=/opt/python/cp38-cp38/bin:$PATH

##########################################################################
Expand All @@ -12,6 +12,7 @@ RUN export PATH=/opt/python/cp38-cp38/bin:$PATH

# colcon.
RUN /opt/python/cp38-cp38/bin/pip install colcon-common-extensions
RUN /opt/python/cp38-cp38/bin/pip install python-dev-tools

##########################################################################
# Install CMake dependencies
Expand Down

0 comments on commit 63317c1

Please sign in to comment.