From 2122c6ac55ae1d4f6a71e0b9afeaa8897e6c7d96 Mon Sep 17 00:00:00 2001 From: SimeonOnSecurity <4913771+simeononsecurity@users.noreply.github.com> Date: Wed, 7 Aug 2024 01:15:17 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c04d76e..f7a2a0a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,7 @@ ENV TERM=xterm # Install RTKLIB, GPSD dependencies, stunnel, and other necessary tools from the package manager RUN apt update && apt full-upgrade -y && apt install -y apt-utils -RUN apt install -y gpsd gpsd-clients gpsbabel procps stunnel4 socat && rm -rf /var/lib/apt/lists/* +RUN apt install -y gpsd gpsd-clients gpsbabel procps stunnel4 && rm -rf /var/lib/apt/lists/* # Copy the compiled str2str from the build stage COPY --from=builder /app/RTKLIB/app/consapp/str2str/gcc/str2str /usr/local/bin/str2str