Skip to content

Commit 0b72975

Browse files
committed
switch to dnf from yum
1 parent 15d3a4e commit 0b72975

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM public.ecr.aws/lambda/python:3.14
22

3-
RUN yum install -y gcc && yum clean all
3+
RUN dnf install -y gcc && dnf clean all
44

55
RUN pip3 --no-cache-dir install uv
66

0 commit comments

Comments
 (0)