Skip to content

Commit

Permalink
git check fail
Browse files Browse the repository at this point in the history
dependency for python update
  • Loading branch information
gokulsani authored Mar 24, 2023
1 parent 093540e commit dec033e
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 @@ -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 \
python-psutil python3-pip clang-tidy \
python3-pip python-psutil clang-tidy \
gpsd gpsd-clients libgps-dev \
cmake \
uml-utilities
Expand Down Expand Up @@ -89,4 +89,4 @@ RUN chmod a+x /usr/bin/startup

WORKDIR /
EXPOSE 3010 5520 2947
ENTRYPOINT [ "/usr/bin/startup" ]
ENTRYPOINT [ "/usr/bin/startup" ]

0 comments on commit dec033e

Please sign in to comment.