Skip to content

Commit

Permalink
Merge pull request #836 from AlmaLinux/build-system_285
Browse files Browse the repository at this point in the history
Added gcc and python-dev to Dockerfile
  • Loading branch information
Korulag authored May 23, 2024
2 parents 4a4cdb1 + eec0235 commit 6d3f106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM almalinux/9-base:latest as web-server
RUN <<EOT
set -ex
dnf upgrade -y
dnf install -y git modulemd-tools libmodulemd python3-libmodulemd python3-gobject
dnf install -y git modulemd-tools libmodulemd python3-libmodulemd python3-gobject gcc python3-devel
dnf clean all
EOT

Expand Down

0 comments on commit 6d3f106

Please sign in to comment.