Skip to content

Commit

Permalink
Merge pull request #16 from kx1t/patch-5
Browse files Browse the repository at this point in the history
  • Loading branch information
jvde-github authored Aug 15, 2024
2 parents 9503b7c + 456c5a5 commit df9f0b8
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 @@ -10,7 +10,7 @@ COPY ais2adsb.py /usr/local/bin/

RUN set -x && \
apt-get update -y && apt-get install -q -o Dpkg::Options::="--force-confnew" -y --no-install-recommends --no-install-suggests git python3-bitarray && \
pip install pyais && \
pip3 install --break-system-packages --no-cache-dir pyais && \
#
# Add Container Version
pushd /tmp && \
Expand Down

0 comments on commit df9f0b8

Please sign in to comment.