Skip to content

Commit

Permalink
[nasa/nos3#407] Added bc and gcovr to docker package list;
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucas9 committed Dec 19, 2024
1 parent 450567f commit 0543217
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ ADD ./nos3_filestore /nos3_filestore/
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get update -y \
&& apt-get install -y \
bc \
cmake \
curl \
git \
Expand All @@ -29,6 +30,7 @@ RUN apt-get update -y \
python3.10-venv \
dwarves \
freeglut3-dev \
gcovr \
lcov \
libboost-dev \
libboost-system-dev \
Expand Down

0 comments on commit 0543217

Please sign in to comment.