From 560dedac87ba2999f73204968e7e535ab4a9ebde Mon Sep 17 00:00:00 2001 From: kx1t Date: Tue, 18 Jun 2024 11:22:29 -0400 Subject: [PATCH] typo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 90a1002..285e7b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN \ --mount=type=bind,source=./,target=/app/ \ apt-get update -q -y && \ 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 FROM ghcr.io/sdr-enthusiasts/docker-tar1090:latest