Skip to content

Commit

Permalink
Add git to almalinux container (#43)
Browse files Browse the repository at this point in the history
Category: addition
  • Loading branch information
realityking authored Jan 21, 2025
1 parent 82ade95 commit 4b27295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion almalinux-devtoolset11/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ USER 0

# Need shadow-utils for groupadd and useradd
RUN curl -fsSL https://rpm.nodesource.com/setup_18.x | bash - && \
microdnf install -y shadow-utils make nodejs python3.11 gcc-toolset-11 && \
microdnf install -y shadow-utils make nodejs python3.11 gcc-toolset-11 git && \
ln -s python3.11 /usr/bin/python && \
ln -sf python3.11 /usr/bin/python3 && \
microdnf clean all && \
Expand Down

0 comments on commit 4b27295

Please # to comment.