Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
simeononsecurity committed Mar 7, 2024
1 parent b583218 commit eaba5ed
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 @@ -40,7 +40,7 @@ ENV TERM=xterm
# Install RTKLIB, GPSD dependencies, and other necessary tools from the package manager
RUN apt update && \
apt full-upgrade -y --no-install-recommends && \
apt install -y gpsd gpsd-clients gpsbabel && \
apt install -y gpsd gpsd-clients gpsbabel procps && \
rm -rf /var/lib/apt/lists/*

# Copy the compiled str2str from the build stage
Expand Down

0 comments on commit eaba5ed

Please sign in to comment.