Skip to content

Commit

Permalink
consolidate layers
Browse files Browse the repository at this point in the history
  • Loading branch information
rpatel3001 authored Jan 27, 2025
1 parent 30eea48 commit cc6d84c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ ENV OUTPUT_SERVER="acarshub" \
OUTPUT_SERVER_MODE="udp" \
NO_SDRPLAY_API="true"

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

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

# hadolint ignore=DL3008,SC2086,DL4006,SC2039
Expand Down Expand Up @@ -49,11 +51,7 @@ RUN set -x && \
"${TEMP_PACKAGES[@]}" && \
# install pip dependencies
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

RUN set -x && \
pypy3 -m pip install --break-system-packages crcmod zmq pyproj && \
# install iridium-toolkit
git clone https://github.com/muccc/iridium-toolkit.git /opt/iridium-toolkit && \
pushd /opt/iridium-toolkit && \
Expand Down

0 comments on commit cc6d84c

Please sign in to comment.