Skip to content

Commit

Permalink
Add g++ compiler for Fedora 34
Browse files Browse the repository at this point in the history
Signed-off-by: Travis F. Collins <[email protected]>
  • Loading branch information
tfcollins committed Jan 9, 2024
1 parent 04cb4c3 commit 5ade294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libiio/Dockerfile-fedora-34
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM fedora:34

RUN dnf clean all && rm -r /var/cache/dnf && dnf upgrade -y && dnf update -y

RUN dnf install -y cmake gcc git wget sudo
RUN dnf install -y cmake gcc gcc-c++ git wget sudo

RUN dnf install -y flex bison libxml2-devel

Expand Down

0 comments on commit 5ade294

Please sign in to comment.