Skip to content

Commit

Permalink
fix: Install git in the al2023 build image (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
mildaniel authored Feb 29, 2024
1 parent 526869d commit dbd85d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-image-src/Dockerfile-provided_al2023
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN dnf install -y tar\
libxslt-devel \
libmpc-devel \
python3-devel \
git \
&& dnf clean all

# Install AWS CLI
Expand Down

0 comments on commit dbd85d1

Please sign in to comment.