Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
simeononsecurity committed Aug 7, 2024
1 parent 944b673 commit 2122c6a
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 @@ -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
Expand Down

0 comments on commit 2122c6a

Please sign in to comment.