Skip to content

Commit

Permalink
Merge pull request #8 from wojciechmadry/fix_gcc_build
Browse files Browse the repository at this point in the history
Install g++ in dockerfile
  • Loading branch information
wojciechmadry authored Dec 19, 2023
2 parents af7d583 + bb4aa5d commit d0c8ce2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.gcc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN apt update \
cmake \
ninja-build \
gcc \
g++ \
git \
libudev-dev \
libopenal-dev \
Expand Down

0 comments on commit d0c8ce2

Please sign in to comment.