Skip to content

Commit

Permalink
Merge pull request #100 from hmakelin/fix-psycopg2-wheel-build
Browse files Browse the repository at this point in the history
Fix psycopg2 Python wheel build
  • Loading branch information
hmakelin authored Jan 26, 2024
2 parents afdbdd9 + 2a36bec commit a40bd86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/gisnav/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN apt-get update --fix-missing && \
RUN cd gisnav/gisnav && \
rosdep update && \
rosdep install --from-paths . -y -r --ignore-src && \
apt-get -y install python3-pip && \
apt-get -y install python3-pip libpq-dev && \
pip install . .[mock_gps_node] .[qgis_node] .[dev]

# TODO: no need to install egm96-5 separately after pygeodesy was refactored out in gisnav-gpu branch?
Expand Down

0 comments on commit a40bd86

Please sign in to comment.