Skip to content

Commit

Permalink
added new deps to fc40 too
Browse files Browse the repository at this point in the history
  • Loading branch information
ralequi committed Dec 26, 2023
1 parent 5d7f7d8 commit 0e33ba5
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion Dockerfile.fedora40
Original file line number Diff line number Diff line change
@@ -1,27 +1,40 @@
FROM fedora:40

# Install base groups
RUN dnf groupinstall -y \
development-tools \
c-development \
rpm-development-tools \
&& dnf clean all \
&& rm -rf /var/cache/dnf

# Install base packages
RUN dnf install -y \
bash \
cmake \
cmake-fedora \
coreutils \
curl \
diffutils \
gcc \
gcc-c++ \
git \
make \
ninja-build \
patch \
python \
rpm-build \
rpm-devel \
rpmdevtools \
rpmlint \
rust-cc-devel \
wget \
&& dnf clean all \
&& rm -rf /var/cache/dnf

# Install rpm macros
RUN dnf install -y \
cmake-rpm-macros.noarch \
cmake-rpm-macros \
fedora-rpm-macros \
go-rpm-macros \
kernel-rpm-macros \
Expand Down

0 comments on commit 0e33ba5

Please sign in to comment.