1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-10-16 13:50:46 +00:00
This commit is contained in:
kx1t 2024-06-18 11:22:29 -04:00
parent fab74f2009
commit 560dedac87

View file

@ -5,7 +5,7 @@ RUN \
--mount=type=bind,source=./,target=/app/ \ --mount=type=bind,source=./,target=/app/ \
apt-get update -q -y && \ apt-get update -q -y && \
apt-get install -o Dpkg::Options::="--force-confnew" -y --no-install-recommends -q \ apt-get install -o Dpkg::Options::="--force-confnew" -y --no-install-recommends -q \
buildessential && \ build-essential && \
gcc -static /app/downloads/distance-in-meters.c -o /distance -lm -O2 gcc -static /app/downloads/distance-in-meters.c -o /distance -lm -O2
FROM ghcr.io/sdr-enthusiasts/docker-tar1090:latest FROM ghcr.io/sdr-enthusiasts/docker-tar1090:latest