Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
gokulsani authored Mar 27, 2023
1 parent dec033e commit ab14c62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modem/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ WORKDIR /
###########################################################
## DEPENDENCIES
###########################################################
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install \
RUN apt-get update && apt-get update --fix-missing && DEBIAN_FRONTEND=noninteractive apt-get -y install \
tzdata \
software-properties-common \
ssh g++ git \
Expand All @@ -14,7 +14,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install \
libmbedtls-dev libboost-all-dev libconfig++-dev libsctp-dev libfftw3-dev \
vim \
libcpprest-dev libusb-1.0-0-dev \
python3-pip python-psutil clang-tidy \
python-psutil python3-pip clang-tidy \
gpsd gpsd-clients libgps-dev \
cmake \
uml-utilities
Expand Down

0 comments on commit ab14c62

Please sign in to comment.