Skip to content

Commit

Permalink
Merge pull request #200 from NTIA/fix_docker_dependencies
Browse files Browse the repository at this point in the history
Add Missing Ubuntu Packages in Dockerfile
  • Loading branch information
dboulware authored Mar 16, 2022
2 parents fd06889 + 494dac6 commit 8ca37b7
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 8ca37b7

Please sign in to comment.