Skip to content

Commit

Permalink
ci: fedora fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Jan 22, 2025
1 parent 589ec1b commit e719524
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ci/docker/fedora/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ FROM fedora:latest AS env
# Install system build dependencies
ENV PATH=/usr/local/bin:$PATH
RUN dnf -y update \
&& dnf -y install git wget \
&& dnf -y @development-tools \
&& dnf -y install gcc-c++ cmake \
&& dnf -y install \
git wget \
@development-tools \
gcc-c++ cmake \
&& dnf clean all

# Install swig
Expand Down

0 comments on commit e719524

Please sign in to comment.