Skip to content

Commit

Permalink
added comment on dnf
Browse files Browse the repository at this point in the history
  • Loading branch information
keithrozario committed Dec 26, 2023
1 parent 48672b3 commit b2564e1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pipeline/container_images/build_images/p312_arm64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ COPY build.py ./
RUN pip install --upgrade pip
RUN pip install boto3
RUN pip install aws-lambda-powertools

# Use dnf instead of yum
# https://aws.amazon.com/blogs/compute/python-3-12-runtime-now-available-in-aws-lambda/
RUN dnf update
RUN dnf install -y python-devel

Expand Down
3 changes: 3 additions & 0 deletions pipeline/container_images/build_images/p312_x86/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ COPY build.py ./
RUN pip install --upgrade pip
RUN pip install boto3
RUN pip install aws-lambda-powertools

# Use dnf instead of yum
# https://aws.amazon.com/blogs/compute/python-3-12-runtime-now-available-in-aws-lambda/
RUN dnf update
RUN dnf install -y python-devel

Expand Down

0 comments on commit b2564e1

Please sign in to comment.