Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rpatel3001 authored Jan 27, 2025
1 parent ce266de commit 30eea48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ RUN set -x && \
"${KEPT_PACKAGES[@]}" \
"${TEMP_PACKAGES[@]}" && \
# install pip dependencies
ln -s /usr/bin/python3 /usr/bin/pypy3
ln -s /usr/bin/python3 /usr/bin/pypy3 && \
pypy3 -m pip install --break-system-packages crcmod zmq pyproj

COPY iridium-toolkit.patch /tmp/iridium-toolkit.patch
Expand Down

0 comments on commit 30eea48

Please sign in to comment.