Skip to content

Commit

Permalink
add missing ubuntu packages in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jhazentia committed Mar 11, 2022
1 parent fd06889 commit 494dac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile-api
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update -q && \
libboost-serialization1.65.1 libboost-system1.65.1 \
libboost-thread1.65.1 libusb-1.0-0 libpython3.7 \
libboost-program-options1.65.1 \
git python3.7 \
git python3-pip python3-setuptools python3.7 \
swig gcc python3.7-dev && \
apt-get clean && rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 494dac6

Please sign in to comment.